summaryrefslogtreecommitdiff
path: root/core/isl
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-19 13:24:55 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-19 13:24:55 +0100
commit48e718656f83ad8800caf503031b4efa0e49e38a (patch)
tree2e415caf08da7fcf1724f2992cd47c99a7778bd6 /core/isl
parent332060e036d38d6213201ed79b5d263241ca1825 (diff)
parent19f11e0c4bbeefd65f85546a361e18532b60416a (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gtypist/PKGBUILD community/jack2/PKGBUILD community/linux-tools/PKGBUILD community/udevil/PKGBUILD extra/ntp/PKGBUILD extra/pulseaudio/PKGBUILD
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 cf78f9e6d..be800b961 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' 'mips64el')
@@ -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
}