summaryrefslogtreecommitdiff
path: root/core/isl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/isl/PKGBUILD')
-rw-r--r--core/isl/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/isl/PKGBUILD b/core/isl/PKGBUILD
index fc65267df..c4608bb5d 100644
--- a/core/isl/PKGBUILD
+++ b/core/isl/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 136341 2011-08-26 22:10:51Z allan $
+# $Id: PKGBUILD 148648 2012-02-05 03:55:32Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
pkgname=isl
-pkgver=0.07
+pkgver=0.09
pkgrel=1
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://www.kotnet.org/~skimo/isl/"
license=('LGPL2.1')
options=('!libtool')
source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('0d1a38db9f1c7d526758092b985827ea')
+md5sums=('6873f0b3c9f4d1fb8efae4aea53f2ab2')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -29,5 +29,5 @@ package() {
# this seems a better place for this file...
install -dm755 $pkgdir/usr/share/gdb/auto-load/
- mv $pkgdir/usr/{lib,share/gdb/auto-load}/libisl.so.7.0.0-gdb.py
+ mv $pkgdir/usr/{lib,share/gdb/auto-load}/libisl.so.9.0.0-gdb.py
}