summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodoros Theodoridis2019-03-28 10:32:01 +0100
committerTheodoros Theodoridis2019-03-28 10:32:01 +0100
commitea7dc668a8e43ef66bd3cda890f733ad738e42b8 (patch)
tree56d6e7e513b42bd30272287cccf6bab58e395628
parent5b4b4225978b5e722a14bfa2c7ff9160927bb745 (diff)
downloadaur-ea7dc668a8e43ef66bd3cda890f733ad738e42b8.tar.gz
Update to version 0.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 432ca4e60b21..e92f93ab4d14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = isl
pkgdesc = Library for manipulating sets and relations of integer points bounded by linear constraints
- pkgver = 0.20
- pkgrel = 5
+ pkgver = 0.21
+ pkgrel = 1
url = http://isl.gforge.inria.fr/
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = isl
conflicts = isl15
conflicts = isl16
conflicts = isl17
- source = http://isl.gforge.inria.fr/isl-0.20.tar.gz
- sha256sums = cf4ec18538df940ad5d5760af1246825cc58dd295241ab41d3f3962b24f55199
+ source = http://isl.gforge.inria.fr/isl-0.21.tar.gz
+ sha256sums = 6d670e6b90ef220c80f79e538aa512e9eda77214058d668c77931143dc9374a2
pkgname = isl
diff --git a/PKGBUILD b/PKGBUILD
index 141b4f8bb7c6..91c083b2fdb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Allan McRae <allan@archlinux.org>
pkgname=isl
-pkgver=0.20
-pkgrel=5
+pkgver=0.21
+pkgrel=1
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
arch=('i686' 'x86_64')
url="http://isl.gforge.inria.fr/"
@@ -12,7 +12,7 @@ depends=('gmp')
license=('MIT')
conflicts=('isl-git' 'isl14' 'isl15' 'isl16' 'isl17')
source=("http://isl.gforge.inria.fr/isl-${pkgver}.tar.gz")
-sha256sums=('cf4ec18538df940ad5d5760af1246825cc58dd295241ab41d3f3962b24f55199')
+sha256sums=('6d670e6b90ef220c80f79e538aa512e9eda77214058d668c77931143dc9374a2')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr