summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Bailey2017-10-15 21:19:41 -0400
committerEric Bailey2017-10-15 21:19:41 -0400
commit2d2abdd735fff7af14eb0f4e501e51e2e8fec599 (patch)
tree3d74d4cbb5712e309b497e76ef9c56a9690fcac6 /PKGBUILD
parentf34e1a083ce6ab45af330bfb8fe493eef175a882 (diff)
downloadaur-2d2abdd735fff7af14eb0f4e501e51e2e8fec599.tar.gz
Add armv7h to supported architectures. Same pkgrel.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fe4ecc16159..ee6d82bf181f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _oname=biniou
pkgver=1.0.12
pkgrel=1
pkgdesc='A binary data serialization format inspired by JSON'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
options=('!strip' '!makeflags' 'staticlibs')
license=('BSD')
depends=('glibc')