summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodoros2019-11-17 10:36:03 +0100
committerTheodoros2019-11-17 10:36:03 +0100
commit5471805d36239ba74f53eb6aaf3465a4cc32f0ac (patch)
tree5884a24445e79ac24f0d650c89e6bef1e4b4cb80
parentea7dc668a8e43ef66bd3cda890f733ad738e42b8 (diff)
downloadaur-5471805d36239ba74f53eb6aaf3465a4cc32f0ac.tar.gz
Update to version 0.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e92f93ab4d14..82941d121e2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = isl
pkgdesc = Library for manipulating sets and relations of integer points bounded by linear constraints
- pkgver = 0.21
+ pkgver = 0.22
pkgrel = 1
url = http://isl.gforge.inria.fr/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = isl
conflicts = isl15
conflicts = isl16
conflicts = isl17
- source = http://isl.gforge.inria.fr/isl-0.21.tar.gz
- sha256sums = 6d670e6b90ef220c80f79e538aa512e9eda77214058d668c77931143dc9374a2
+ source = http://isl.gforge.inria.fr/isl-0.22.tar.gz
+ sha256sums = d0c6714e4427d3eb964388afe526a8e0f69687da7e944f1ad66ffa639923be46
pkgname = isl
diff --git a/PKGBUILD b/PKGBUILD
index 91c083b2fdb3..776d44701eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Allan McRae <allan@archlinux.org>
pkgname=isl
-pkgver=0.21
+pkgver=0.22
pkgrel=1
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
arch=('i686' 'x86_64')
@@ -12,7 +12,8 @@ depends=('gmp')
license=('MIT')
conflicts=('isl-git' 'isl14' 'isl15' 'isl16' 'isl17')
source=("http://isl.gforge.inria.fr/isl-${pkgver}.tar.gz")
-sha256sums=('6d670e6b90ef220c80f79e538aa512e9eda77214058d668c77931143dc9374a2')
+sha256sums=('d0c6714e4427d3eb964388afe526a8e0f69687da7e944f1ad66ffa639923be46')
+
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr