mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 12:40:30 +01:00
upgpkg: ruby-yajl-ruby 1.4.3-1
upstream release
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
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.2
|
pkgver = 1.4.3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://github.com/brianmario/yajl-ruby
|
url = http://github.com/brianmario/yajl-ruby
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -9,9 +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.2.gem
|
noextract = yajl-ruby-1.4.3.gem
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://rubygems.org/downloads/yajl-ruby-1.4.2.gem
|
source = https://rubygems.org/downloads/yajl-ruby-1.4.3.gem
|
||||||
sha256sums = 8228a1de1b53e346de619c5dcb0ed2ac82cc4c9ca6b0a41fc5bae98ee2c7cc51
|
sha256sums = 8c974d9c11ae07b0a3b6d26efea8407269b02e4138118fbe3ef0d2ec9724d1d2
|
||||||
|
|
||||||
pkgname = ruby-yajl-ruby
|
pkgname = ruby-yajl-ruby
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
_gemname=yajl-ruby
|
_gemname=yajl-ruby
|
||||||
pkgname=ruby-$_gemname
|
pkgname=ruby-$_gemname
|
||||||
pkgver=1.4.2
|
pkgver=1.4.3
|
||||||
pkgrel=1
|
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')
|
||||||
@@ -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=('8228a1de1b53e346de619c5dcb0ed2ac82cc4c9ca6b0a41fc5bae98ee2c7cc51')
|
sha256sums=('8c974d9c11ae07b0a3b6d26efea8407269b02e4138118fbe3ef0d2ec9724d1d2')
|
||||||
|
|
||||||
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