summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodoros Theodoridis2016-12-28 02:31:21 +0200
committerTheodoros Theodoridis2016-12-28 02:31:21 +0200
commitd4b2f62b58006cd914e9f6e01102d232726ac607 (patch)
tree35c3efa3a31be74af35296776fdfaa74e9bf6907
parent596c722939f75e181d4377e8e2a7fcfd701504dd (diff)
downloadaur-d4b2f62b58006cd914e9f6e01102d232726ac607.tar.gz
Update to 0.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acb5bb7a6c4b..c7199de242a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = isl
pkgdesc = Library for manipulating sets and relations of integer points bounded by linear constraints
- pkgver = 0.17.1
+ pkgver = 0.18
pkgrel = 1
url = http://isl.gforge.inria.fr/
arch = i686
arch = x86_64
license = MIT
depends = gmp
- source = http://isl.gforge.inria.fr/isl-0.17.1.tar.xz
- sha256sums = be152e5c816b477594f4c6194b5666d8129f3a27702756ae9ff60346a8731647
+ source = http://isl.gforge.inria.fr/isl-0.18.tar.xz
+ sha256sums = 0f35051cc030b87c673ac1f187de40e386a1482a0cfdf2c552dd6031b307ddc4
pkgname = isl
diff --git a/PKGBUILD b/PKGBUILD
index bde398981600..f751d7ae92d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Allan McRae <allan@archlinux.org>
pkgname=isl
-pkgver=0.17.1
+pkgver=0.18
pkgrel=1
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://isl.gforge.inria.fr/"
depends=('gmp')
license=('MIT')
source=("http://isl.gforge.inria.fr/$pkgname-${pkgver}.tar.xz")
-sha256sums=('be152e5c816b477594f4c6194b5666d8129f3a27702756ae9ff60346a8731647')
+sha256sums=('0f35051cc030b87c673ac1f187de40e386a1482a0cfdf2c552dd6031b307ddc4')
build() {
cd $pkgname-$pkgver