diff options
Diffstat (limited to 'core/isl/PKGBUILD')
-rw-r--r-- | core/isl/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/isl/PKGBUILD b/core/isl/PKGBUILD index 5e04bcfa8..9a8b1224c 100644 --- a/core/isl/PKGBUILD +++ b/core/isl/PKGBUILD @@ -1,15 +1,14 @@ -# $Id: PKGBUILD 193525 2013-08-22 05:37:20Z allan $ +# $Id: PKGBUILD 197163 2013-10-23 13:05:00Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> pkgname=isl pkgver=0.12.1 -pkgrel=1 +pkgrel=2 pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints" arch=('i686' 'x86_64' 'mips64el') url="http://freecode.com/projects/isl" depends=('gmp') license=('MIT') -options=('!libtool') source=(ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/$pkgname-$pkgver.tar.bz2) md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d') |