summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Fischer2016-08-12 22:36:49 +0200
committerAaron Fischer2016-08-12 22:36:49 +0200
commit763b30039f5b7806d271e27c8edfcbd83fe59a0b (patch)
tree667a55d4dcd3f79398b632554eee033a207ee21c
parent32038107a33ef39a5be4e6359ee5ece96e9a1381 (diff)
downloadaur-763b30039f5b7806d271e27c8edfcbd83fe59a0b.tar.gz
Add armv7h as a valid arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00541b41b5d6..828c41dc7391 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed May 25 18:51:11 UTC 2016
+# Fri Aug 12 20:36:40 UTC 2016
pkgbase = cloog
pkgdesc = Library that generates loops for scanning polyhedra
pkgver = 0.18.4
@@ -7,6 +7,7 @@ pkgbase = cloog
url = http://www.bastoul.net/cloog/
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
depends = isl15
source = http://www.bastoul.net/cloog/pages/download/cloog-0.18.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 83782ed4a1c2..f47042efcfac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=cloog
pkgver=0.18.4
pkgrel=2
pkgdesc="Library that generates loops for scanning polyhedra"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="http://www.bastoul.net/cloog/"
license=('GPL')
depends=('isl15')