summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')