summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2022-03-04 23:22:59 +0100
committerHans-Nikolai Viessmann2022-03-04 23:22:59 +0100
commit9c8e923522569c3d175eba2d554c66803adf9985 (patch)
treecb5dd859cd2fdef58dda6c688ad02425793a8954 /PKGBUILD
parent72e48fa462d4ed11cfb6d96119deca4583b0a990 (diff)
downloadaur-9c8e923522569c3d175eba2d554c66803adf9985.tar.gz
move to using core libisl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1885b19844a..6926ac915aab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Hans-Nikolai Viessmann <hans AT viess.mn>
-pkgname='barvinok'
+pkgname=barvinok
pkgver=0.41.5
-pkgrel=2
-pkgdesc='A library for counting the number of integer points in parametric and non-parametric polytopes'
+pkgrel=3
+pkgdesc='A library for counting the number of integer points in (non-)parametric polytopes'
arch=('x86_64')
url='http://barvinok.gforge.inria.fr/'
license=('GPL')
-depends=('ntl' 'isl>0.19' 'polylib-gmp')
+depends=('ntl' 'libisl>0.19' 'polylib-gmp')
makedepends=('git')
source=("git+https://repo.or.cz/barvinok.git#tag=$pkgname-$pkgver")
sha256sums=('SKIP')