summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodoros Theodoridis2018-08-08 17:36:03 +0200
committerTheodoros Theodoridis2018-08-08 17:36:03 +0200
commitc5515125cd3a41dd0ce879a50ceb6dc3deb669c4 (patch)
tree175944a7f94a9bf39e82e926733a15695c7f3a13
parentee2aa0f5d4a4c10d243b1918fb289f0157de12f5 (diff)
downloadaur-c5515125cd3a41dd0ce879a50ceb6dc3deb669c4.tar.gz
Add git in makedepends
-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')