summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Fischer2018-03-27 23:52:08 +0200
committerAaron Fischer2018-03-27 23:52:08 +0200
commite1f34e443c4801859d7e98fc5236c4dda187d5fb (patch)
tree8d8a7d79868d37b9530c4511c8ed77aed0dc0f8d
parent3e140061f923501deb377b012d281daef5e5dcee (diff)
downloadaur-e1f34e443c4801859d7e98fc5236c4dda187d5fb.tar.gz
Fix the isl chaos, thanks to @sebschrader
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 803af1d22396..1e578c3d0b71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = cloog
pkgdesc = Library that generates loops for scanning polyhedra
pkgver = 0.18.5
- pkgrel = 4
+ pkgrel = 5
url = http://www.bastoul.net/cloog/
arch = i686
arch = x86_64
arch = armv7h
license = GPL
depends = osl
+ provides = isl=0.18
+ conflicts = isl
source = https://github.com/periscop/cloog/releases/download/cloog-0.18.5/cloog-0.18.5.tar.gz
sha256sums = 48602a72aaec8e1dabc33ec0622739d3ad585b7f0ec480eebdc1d724822b7cfd
diff --git a/PKGBUILD b/PKGBUILD
index fc70934520d8..d126014a9720 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,18 @@
pkgname=cloog
pkgver=0.18.5
-pkgrel=4
+pkgrel=5
pkgdesc="Library that generates loops for scanning polyhedra"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.bastoul.net/cloog/"
license=('GPL')
+depends=('osl')
+
# cloog is not compatible with isl 0.19, so we use the bundled
# version of isl, see https://github.com/periscop/cloog/issues/37
-depends=('osl')
-#depends=('isl>=0.18' 'osl')
+provides=('isl=0.18')
+conflicts=('isl')
source=(https://github.com/periscop/cloog/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('48602a72aaec8e1dabc33ec0622739d3ad585b7f0ec480eebdc1d724822b7cfd')