summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7940b4cf00e0..9c9c8aac3b4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = barvinok
pkgdesc = A library for counting the number of integer points in parametric and non-parametric polytopes
- pkgver = 0.41.2
+ pkgver = 0.41.3
pkgrel = 1
url = http://barvinok.gforge.inria.fr/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = barvinok
depends = ntl
depends = isl>0.19
depends = polylib-gmp
- source = http://barvinok.gforge.inria.fr/barvinok-0.41.2.tar.xz
- md5sums = 70444e3ef8d904554862f76b27d0bf66
+ source = http://barvinok.gforge.inria.fr/barvinok-0.41.3.tar.xz
+ md5sums = f6fc7dced67d518f1462e39f5b958a37
pkgname = barvinok
diff --git a/PKGBUILD b/PKGBUILD
index 09eed4100cfe..3f1c1073745a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hans-Nikolai Viessmann <hans AT viess.mn>
pkgname='barvinok'
-pkgver=0.41.2
+pkgver=0.41.3
pkgrel=1
pkgdesc='A library for counting the number of integer points in parametric and non-parametric polytopes'
arch=('x86_64')
@@ -8,7 +8,7 @@ url='http://barvinok.gforge.inria.fr/'
license=('GPL')
depends=('ntl' 'isl>0.19' 'polylib-gmp')
source=("http://barvinok.gforge.inria.fr/$pkgname-$pkgver.tar.xz")
-md5sums=('70444e3ef8d904554862f76b27d0bf66')
+md5sums=('f6fc7dced67d518f1462e39f5b958a37')
build() {
cd "$srcdir/$pkgname-$pkgver"