1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 21:40:31 +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:
2018-07-30 10:48:09 +02:00
parent ac6545c496
commit 31427d6a9c
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ pkgbase = ruby-yajl-ruby
url = http://github.com/brianmario/yajl-ruby url = http://github.com/brianmario/yajl-ruby
arch = x86_64 arch = x86_64
arch = i686 arch = i686
arch = armv7h
license = MIT license = MIT
depends = ruby depends = ruby
depends = ruby-rdoc depends = ruby-rdoc

View File

@@ -6,7 +6,7 @@ pkgname=ruby-$_gemname
pkgver=1.4.1 pkgver=1.4.1
pkgrel=1 pkgrel=1
pkgdesc='Ruby C bindings to the excellent Yajl JSON stream-based parser library.' 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' url='http://github.com/brianmario/yajl-ruby'
license=('MIT') license=('MIT')
depends=('ruby' 'ruby-rdoc') depends=('ruby' 'ruby-rdoc')