summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7dcbf75d230..1b34c7800212 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = isl
pkgdesc = Library for manipulating sets and relations of integer points bounded by linear constraints
pkgver = 0.20
- pkgrel = 3
+ pkgrel = 4
url = http://isl.gforge.inria.fr/
arch = i686
arch = x86_64
license = MIT
+ makedepends = git
depends = gmp
conflicts = isl-git
conflicts = isl14
diff --git a/PKGBUILD b/PKGBUILD
index 28b7bfb2d08e..cf9c346f6163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,11 @@
pkgname=isl
pkgver=0.20
-pkgrel=3
+pkgrel=4
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
arch=('i686' 'x86_64')
url="http://isl.gforge.inria.fr/"
+makedepends=('git')
depends=('gmp')
license=('MIT')
conflicts=('isl-git' 'isl14' 'isl15' 'isl16' 'isl17')