mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
upgpkg: ruby-yajl-ruby 1.4.2-1
upstream release
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
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.4.1
|
pkgver = 1.4.2
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = http://github.com/brianmario/yajl-ruby
|
url = http://github.com/brianmario/yajl-ruby
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
@@ -9,10 +9,9 @@ pkgbase = ruby-yajl-ruby
|
|||||||
license = MIT
|
license = MIT
|
||||||
depends = ruby
|
depends = ruby
|
||||||
depends = ruby-rdoc
|
depends = ruby-rdoc
|
||||||
noextract = yajl-ruby-1.4.1.gem
|
noextract = yajl-ruby-1.4.2.gem
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://rubygems.org/downloads/yajl-ruby-1.4.1.gem
|
source = https://rubygems.org/downloads/yajl-ruby-1.4.2.gem
|
||||||
sha256sums = 6e32e6e681c2861e99e7389ebcca70d56cb9357b223f09fb0857e2444ee1609b
|
sha256sums = 8228a1de1b53e346de619c5dcb0ed2ac82cc4c9ca6b0a41fc5bae98ee2c7cc51
|
||||||
|
|
||||||
pkgname = ruby-yajl-ruby
|
pkgname = ruby-yajl-ruby
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
_gemname=yajl-ruby
|
_gemname=yajl-ruby
|
||||||
pkgname=ruby-$_gemname
|
pkgname=ruby-$_gemname
|
||||||
pkgver=1.4.1
|
pkgver=1.4.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
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=('x86_64' 'i686' 'armv7h')
|
arch=('x86_64' 'i686' 'armv7h')
|
||||||
url='http://github.com/brianmario/yajl-ruby'
|
url='http://github.com/brianmario/yajl-ruby'
|
||||||
@@ -13,7 +13,7 @@ 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)
|
||||||
sha256sums=('6e32e6e681c2861e99e7389ebcca70d56cb9357b223f09fb0857e2444ee1609b')
|
sha256sums=('8228a1de1b53e346de619c5dcb0ed2ac82cc4c9ca6b0a41fc5bae98ee2c7cc51')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
local _gemdir="$(ruby -e'puts Gem.default_dir')"
|
local _gemdir="$(ruby -e'puts Gem.default_dir')"
|
||||||
|
|||||||
Reference in New Issue
Block a user