summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-05-07 06:56:57 -0400
committerAndrew Sun2019-05-07 06:56:57 -0400
commit269998848c6d64106f02a9fd6655165881d35898 (patch)
tree0f277294edd19d7d7ca4bdcbda5ec2c1f0767adc
parentb9a0d7ecf88cb646937e385cb5873dfb56ca27ba (diff)
downloadaur-269998848c6d64106f02a9fd6655165881d35898.tar.gz
mingw-w64-isl: update to 0.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6991e2ec5979..3be3fa7e3b88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-isl
pkgdesc = Library for manipulating sets and relations of integer points bounded by linear constraints (mingw-w64)
- pkgver = 0.20
+ pkgver = 0.21
pkgrel = 1
url = http://isl.gforge.inria.fr/
arch = any
@@ -10,9 +10,9 @@ pkgbase = mingw-w64-isl
options = !strip
options = !buildflags
options = staticlibs
- source = http://isl.gforge.inria.fr/isl-0.20.tar.xz
+ source = http://isl.gforge.inria.fr/isl-0.21.tar.xz
source = isl-0.14.1-no-undefined.patch
- sha256sums = a5596a9fb8a5b365cb612e4b9628735d6e67e9178fae134a816ae195017e77aa
+ sha256sums = 777058852a3db9500954361e294881214f6ecd4b594c00da5eee974cd6a54960
sha256sums = 83655a7202f0a0dcce1782d4b365252bf1ad12a522b7ad82ab578ee5ec46433b
pkgname = mingw-w64-isl
diff --git a/PKGBUILD b/PKGBUILD
index e3a7b8a8f761..4eefc1ac6478 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701@gmail.com>
pkgname=mingw-w64-isl
-pkgver=0.20
+pkgver=0.21
pkgrel=1
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints (mingw-w64)"
arch=('any')
@@ -12,7 +12,7 @@ depends=('mingw-w64-gmp')
options=('!strip' '!buildflags' 'staticlibs')
source=("http://isl.gforge.inria.fr/isl-${pkgver}.tar.xz"
"isl-0.14.1-no-undefined.patch")
-sha256sums=('a5596a9fb8a5b365cb612e4b9628735d6e67e9178fae134a816ae195017e77aa'
+sha256sums=('777058852a3db9500954361e294881214f6ecd4b594c00da5eee974cd6a54960'
'83655a7202f0a0dcce1782d4b365252bf1ad12a522b7ad82ab578ee5ec46433b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"