mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
Allow armv7h architecture since it builds.
This patch shouldn't require a pkgrel bump since it doesn't require a rebuild for existing architectures.
This commit is contained in:
1
.SRCINFO
1
.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ruby-yajl-ruby
|
||||
url = http://github.com/brianmario/yajl-ruby
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
arch = armv7h
|
||||
license = MIT
|
||||
depends = ruby
|
||||
depends = ruby-rdoc
|
||||
|
||||
2
PKGBUILD
2
PKGBUILD
@@ -6,7 +6,7 @@ pkgname=ruby-$_gemname
|
||||
pkgver=1.4.1
|
||||
pkgrel=1
|
||||
pkgdesc='Ruby C bindings to the excellent Yajl JSON stream-based parser library.'
|
||||
arch=('x86_64' 'i686')
|
||||
arch=('x86_64' 'i686' 'armv7h')
|
||||
url='http://github.com/brianmario/yajl-ruby'
|
||||
license=('MIT')
|
||||
depends=('ruby' 'ruby-rdoc')
|
||||
|
||||
Reference in New Issue
Block a user