diff --git a/.SRCINFO b/.SRCINFO index e323383..1648ce1 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 7571346..517da02 100644 --- a/PKGBUILD +++ b/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')