mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 05:20:32 +01:00
Fix missing rdoc dependency
This commit is contained in:
5
.SRCINFO
5
.SRCINFO
@@ -1,13 +1,14 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Wed Feb 7 10:34:43 UTC 2018
|
# Wed Feb 7 18:49:41 UTC 2018
|
||||||
pkgbase = ruby-yajl-ruby
|
pkgbase = ruby-yajl-ruby
|
||||||
pkgdesc = Ruby C bindings to the excellent Yajl JSON stream-based parser library.
|
pkgdesc = Ruby C bindings to the excellent Yajl JSON stream-based parser library.
|
||||||
pkgver = 1.3.1
|
pkgver = 1.3.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://github.com/brianmario/yajl-ruby
|
url = http://github.com/brianmario/yajl-ruby
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
depends = ruby
|
depends = ruby
|
||||||
|
depends = ruby-rdoc
|
||||||
noextract = yajl-ruby-1.3.1.gem
|
noextract = yajl-ruby-1.3.1.gem
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://rubygems.org/downloads/yajl-ruby-1.3.1.gem
|
source = https://rubygems.org/downloads/yajl-ruby-1.3.1.gem
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -3,12 +3,12 @@
|
|||||||
_gemname=yajl-ruby
|
_gemname=yajl-ruby
|
||||||
pkgname=ruby-$_gemname
|
pkgname=ruby-$_gemname
|
||||||
pkgver=1.3.1
|
pkgver=1.3.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Ruby C bindings to the excellent Yajl JSON stream-based parser library.'
|
pkgdesc='Ruby C bindings to the excellent Yajl JSON stream-based parser library.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='http://github.com/brianmario/yajl-ruby'
|
url='http://github.com/brianmario/yajl-ruby'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('ruby')
|
depends=('ruby' 'ruby-rdoc')
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
|
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
|
||||||
noextract=($_gemname-$pkgver.gem)
|
noextract=($_gemname-$pkgver.gem)
|
||||||
|
|||||||
Reference in New Issue
Block a user