summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodoros Theodoridis2018-07-30 16:27:19 +0200
committerTheodoros Theodoridis2018-07-30 16:28:05 +0200
commitfb59b11f3150a202be9cfc6311aaa9863bbcb668 (patch)
treec6bfe3e235d3de7909c73a28ab50df7577547f0a
parent6233f54e716084c66b4d56bf68c64b34bc872b8e (diff)
downloadaur-fb59b11f3150a202be9cfc6311aaa9863bbcb668.tar.gz
Fix .SRCINFO
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02d04d9041ae..07e19960d21f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,7 @@
pkgbase = isl
pkgdesc = Library for manipulating sets and relations of integer points bounded by linear constraints
- pkgver = 0.19
- pkgrel = 1
- url = http://isl.gforge.inria.fr/
- arch = i686
- arch = x86_64
- license = MIT
- depends = gmp
- conflicts = isl-git
- conflicts = isl14
- conflicts = isl15
- conflicts = isl16
- conflicts = isl17
- source = http://isl.gforge.inria.fr/isl-0.19.tar.xz
- sha256sums = 6d6c1aa00e2a6dfc509fa46d9a9dbe93af0c451e196a670577a148feecf6b8a5
-
-pkgname = isl
-
-pkgbase = isl
- pkgdesc = Library for manipulating sets and relations of integer points bounded by linear constraints
pkgver = 0.20
- pkgrel = 1
+ pkgrel = 2
url = http://isl.gforge.inria.fr/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6cbd93abe366..4f62617c74ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=isl
pkgver=0.20
-pkgrel=1
+pkgrel=2
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
arch=('i686' 'x86_64')
url="http://isl.gforge.inria.fr/"