1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Update to 1.3.0

This commit is contained in:
Carsten Feuls
2017-02-16 19:32:19 +01:00
parent 4d483c0069
commit d9c46a7c16
2 changed files with 9 additions and 10 deletions

View File

@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
# Mon Feb 22 00:03:14 UTC 2016
# Thu Feb 16 18:32:03 UTC 2017
pkgbase = ruby-yajl-ruby
pkgdesc = Ruby C bindings to the excellent Yajl JSON stream-based parser library.
pkgver = 1.2.1
pkgrel = 2
pkgver = 1.3.0
pkgrel = 1
url = http://github.com/brianmario/yajl-ruby
arch = any
license = MIT
depends = ruby
noextract = yajl-ruby-1.2.1.gem
noextract = yajl-ruby-1.3.0.gem
options = !emptydirs
source = https://rubygems.org/downloads/yajl-ruby-1.2.1.gem
sha512sums = 32722b7c8a8408752716654f91b50aad98fd24ef72438d69531553ece4f63ffd3f78d7745a9e053e297f2c4a96af7638eea6271893b586a6a01482f71ab27fe6
source = https://rubygems.org/downloads/yajl-ruby-1.3.0.gem
sha512sums = 351e46fb7037541096172bac5c3dcadaa6ac9650ac6aae46de2b4ba31b82427f596bade2b233d0d8e916927800e83b7930b5ceeb9d7340edd02c323f9c0b3116
pkgname = ruby-yajl-ruby

View File

@@ -2,8 +2,8 @@
_gemname=yajl-ruby
pkgname=ruby-$_gemname
pkgver=1.2.1
pkgrel=2
pkgver=1.3.0
pkgrel=1
pkgdesc='Ruby C bindings to the excellent Yajl JSON stream-based parser library.'
arch=('any')
url='http://github.com/brianmario/yajl-ruby'
@@ -12,11 +12,10 @@ depends=('ruby')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha512sums=('32722b7c8a8408752716654f91b50aad98fd24ef72438d69531553ece4f63ffd3f78d7745a9e053e297f2c4a96af7638eea6271893b586a6a01482f71ab27fe6')
sha512sums=('351e46fb7037541096172bac5c3dcadaa6ac9650ac6aae46de2b4ba31b82427f596bade2b233d0d8e916927800e83b7930b5ceeb9d7340edd02c323f9c0b3116')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"
gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/MIT-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/MIT-LICENSE"
}