summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeacon515L2016-08-03 00:16:42 +1000
committerBeacon515L2016-08-03 00:16:42 +1000
commitdc749bbc38936723ba91bf19bd6ed458ce4116f0 (patch)
tree7bcfc2c574ca1c15d224d7632f606b86282d537e
parent7341b8e2936ff9c57918786f1ad115d05010efd4 (diff)
downloadaur-dc749bbc38936723ba91bf19bd6ed458ce4116f0.tar.gz
Added armv7h architecture.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86ec06e31256..85aea9f3611b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,10 @@ pkgbase = isl15
url = http://isl.gforge.inria.fr/
arch = i686
arch = x86_64
+ arch = armv7h
license = MIT
depends = gmp
- provides = isl
+ provides = isl=0.15
conflicts = isl-git
conflicts = isl
options = !libtool
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')