diff options
author | root <root@rshg054.dnsready.net> | 2013-04-09 00:05:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-09 00:05:27 -0700 |
commit | 987f836820eae061f40608b4ee1b6a14ecced3cc (patch) | |
tree | d28e524877b41fb49ccb7b2f99b36db2f9c90e89 /core/isl | |
parent | ce26b1905ac40cd9389e1c9f364a2ccd8f4ec13c (diff) |
Tue Apr 9 00:05:27 PDT 2013
Diffstat (limited to 'core/isl')
-rw-r--r-- | core/isl/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/isl/PKGBUILD b/core/isl/PKGBUILD index 8fe25e8f8..7333352ed 100644 --- a/core/isl/PKGBUILD +++ b/core/isl/PKGBUILD @@ -1,12 +1,13 @@ -# $Id: PKGBUILD 173325 2012-12-19 01:16:30Z allan $ +# $Id: PKGBUILD 182142 2013-04-08 05:56:24Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> pkgname=isl pkgver=0.11.1 -pkgrel=1 +pkgrel=2 pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints" arch=('i686' 'x86_64') url="http://www.kotnet.org/~skimo/isl/" +depends=('gmp') license=('MIT') options=('!libtool') source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2) |