summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBeacon515L2016-08-03 00:16:42 +1000
committerBeacon515L2016-08-03 00:16:42 +1000
commitdc749bbc38936723ba91bf19bd6ed458ce4116f0 (patch)
tree7bcfc2c574ca1c15d224d7632f606b86282d537e /PKGBUILD
parent7341b8e2936ff9c57918786f1ad115d05010efd4 (diff)
downloadaur-isl15.tar.gz
Added armv7h architecture.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c146833524c..22614d2a8a9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=isl15
pkgver=0.15
pkgrel=1
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="http://isl.gforge.inria.fr/"
depends=('gmp')
license=('MIT')