summaryrefslogtreecommitdiff
path: root/core/isl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-19 02:52:08 -0800
committerroot <root@rshg054.dnsready.net>2012-12-19 02:52:08 -0800
commit19f11e0c4bbeefd65f85546a361e18532b60416a (patch)
treea0d830d86c1d2bd0f47e3e86e31b62b781527a8f /core/isl
parent7862d070a23260c281e227dabd498b99fa8a44a9 (diff)
Wed Dec 19 02:48:18 PST 2012
Diffstat (limited to 'core/isl')
-rw-r--r--core/isl/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/core/isl/PKGBUILD b/core/isl/PKGBUILD
index 959a457ac..8fe25e8f8 100644
--- a/core/isl/PKGBUILD
+++ b/core/isl/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 172787 2012-12-06 01:18:23Z allan $
+# $Id: PKGBUILD 173325 2012-12-19 01:16:30Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
pkgname=isl
-pkgver=0.11
+pkgver=0.11.1
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=('MIT')
options=('!libtool')
source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('8dd36a28ed255f4fd3d903adb24e99db')
+md5sums=('bce1586384d8635a76d2f017fb067cd2')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -28,5 +28,7 @@ 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.1.0-gdb.py
+ mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.1-gdb.py
+
+ install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
}