summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTheodoros Theodoridis2019-03-28 10:32:01 +0100
committerTheodoros Theodoridis2019-03-28 10:32:01 +0100
commitea7dc668a8e43ef66bd3cda890f733ad738e42b8 (patch)
tree56d6e7e513b42bd30272287cccf6bab58e395628 /PKGBUILD
parent5b4b4225978b5e722a14bfa2c7ff9160927bb745 (diff)
downloadaur-ea7dc668a8e43ef66bd3cda890f733ad738e42b8.tar.gz
Update to version 0.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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