From 4d483c0069901ae06ffa7ffd7a6c78f32a372b2e Mon Sep 17 00:00:00 2001 From: Carsten Feuls Date: Mon, 22 Feb 2016 01:03:31 +0100 Subject: [PATCH] Update Package --- .SRCINFO | 7 ++++--- .gitignore | 4 ++++ PKGBUILD | 11 +++++------ 3 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 .gitignore diff --git a/.SRCINFO b/.SRCINFO index a26b6a9..0d1028d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,11 @@ +# Generated by mksrcinfo v8 +# Mon Feb 22 00:03:14 UTC 2016 pkgbase = ruby-yajl-ruby pkgdesc = Ruby C bindings to the excellent Yajl JSON stream-based parser library. pkgver = 1.2.1 - pkgrel = 1 + pkgrel = 2 url = http://github.com/brianmario/yajl-ruby - arch = i686 - arch = x86_64 + arch = any license = MIT depends = ruby noextract = yajl-ruby-1.2.1.gem diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f71c635 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!PKGBUILD +!.SRCINFO diff --git a/PKGBUILD b/PKGBUILD index 6614c5c..ec647b8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,14 @@ -# Generated by gem2arch (https://github.com/anatol/gem2arch) -# Maintainer: Artem Vorotnikov +# Maintainer: Carsten Feuls _gemname=yajl-ruby pkgname=ruby-$_gemname pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc='Ruby C bindings to the excellent Yajl JSON stream-based parser library.' -arch=(i686 x86_64) +arch=('any') url='http://github.com/brianmario/yajl-ruby' -license=(MIT) -depends=(ruby) +license=('MIT') +depends=('ruby') options=(!emptydirs) source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem) noextract=($_gemname-$pkgver.gem)