From 31427d6a9cf2463d0ba2863a59e7c36a8f22d5f9 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 30 Jul 2018 10:48:09 +0200 Subject: [PATCH] Allow armv7h architecture since it builds. This patch shouldn't require a pkgrel bump since it doesn't require a rebuild for existing architectures. --- .SRCINFO | 1 + PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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')