1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 05:20:32 +01:00
Files
aur/.SRCINFO
Bert Peters ac6545c496 Update to more recent version.
Also clean up PKGBUILD a bit:
- Use sha256 sums instead of sha512 since upstream supplies them
- Correctly specify arch, since this is a binary package.
- Fix LICENSE file path
- Remove annoying build artifact containing $pkgdir
2018-07-28 23:21:02 +02:00

18 lines
484 B
Plaintext

pkgbase = ruby-yajl-ruby
pkgdesc = Ruby C bindings to the excellent Yajl JSON stream-based parser library.
pkgver = 1.4.1
pkgrel = 1
url = http://github.com/brianmario/yajl-ruby
arch = x86_64
arch = i686
license = MIT
depends = ruby
depends = ruby-rdoc
noextract = yajl-ruby-1.4.1.gem
options = !emptydirs
source = https://rubygems.org/downloads/yajl-ruby-1.4.1.gem
sha256sums = 6e32e6e681c2861e99e7389ebcca70d56cb9357b223f09fb0857e2444ee1609b
pkgname = ruby-yajl-ruby