summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Fischer2017-05-03 12:10:29 +0200
committerAaron Fischer2017-05-03 12:10:29 +0200
commita294cd587595f009f698701a968da70575f443ca (patch)
tree5fd3c550f836bbfecd643a879c4719fcd7b3bc6d
parent763b30039f5b7806d271e27c8edfcbd83fe59a0b (diff)
downloadaur-a294cd587595f009f698701a968da70575f443ca.tar.gz
Bump Version to 0.18.5, change to github, add osl dependency
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 828c41dc7391..eea61d4fe8d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
-# Generated by mksrcinfo v8
-# Fri Aug 12 20:36:40 UTC 2016
pkgbase = cloog
pkgdesc = Library that generates loops for scanning polyhedra
- pkgver = 0.18.4
- pkgrel = 2
+ pkgver = 0.18.5
+ pkgrel = 1
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
- md5sums = e531f725244856c92c9bba009ff44faf
+ depends = isl
+ depends = osl
+ source = https://github.com/periscop/cloog/releases/download/cloog-0.18.5/cloog-0.18.5.tar.gz
+ sha256sums = 48602a72aaec8e1dabc33ec0622739d3ad585b7f0ec480eebdc1d724822b7cfd
pkgname = cloog
diff --git a/PKGBUILD b/PKGBUILD
index f47042efcfac..4c0203dea887 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Allan McRae <allan@archlinux.org>
pkgname=cloog
-pkgver=0.18.4
-pkgrel=2
+pkgver=0.18.5
+pkgrel=1
pkgdesc="Library that generates loops for scanning polyhedra"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.bastoul.net/cloog/"
license=('GPL')
-depends=('isl15')
-source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
-md5sums=('e531f725244856c92c9bba009ff44faf')
+depends=('isl' 'osl')
+source=(https://github.com/periscop/cloog/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('48602a72aaec8e1dabc33ec0622739d3ad585b7f0ec480eebdc1d724822b7cfd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --with-isl=system
+ ./configure --prefix=/usr --with-isl=system --with-osl=system
make
}