summaryrefslogtreecommitdiff
path: root/core/isl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/isl/PKGBUILD')
-rw-r--r--core/isl/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/isl/PKGBUILD b/core/isl/PKGBUILD
index 2aa5e2194..959a457ac 100644
--- a/core/isl/PKGBUILD
+++ b/core/isl/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 162067 2012-06-19 12:27:31Z allan $
+# $Id: PKGBUILD 172787 2012-12-06 01:18:23Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
pkgname=isl
-pkgver=0.10
+pkgver=0.11
pkgrel=1
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/"
-license=('LGPL2.1')
+license=('MIT')
options=('!libtool')
source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('c1ece653891bb2a5f55ca25e3f4e8f35')
+md5sums=('8dd36a28ed255f4fd3d903adb24e99db')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -28,5 +28,5 @@ package() {
make -j1 DESTDIR="$pkgdir/" install
install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
- mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.0.0-gdb.py
+ mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.0-gdb.py
}