summaryrefslogtreecommitdiff
path: root/core/isl
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-21 01:12:38 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-21 01:12:38 -0300
commit62130de96451044ea587d1cef2302c4cf3f910c4 (patch)
tree7ab5036739c0b7c3aa0ac787287b38652f1bcffb /core/isl
parent46d785933a49b1f2d742ca828f7b12c6a9a9d401 (diff)
parent6d22541bcebb7236bedfb98a96d5a1292072e86c (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/vhba-module/60-vhba.rules community-testing/vhba-module/PKGBUILD community-testing/vhba-module/vhba-module.install core/gcc/PKGBUILD core/gzip/PKGBUILD core/logrotate/PKGBUILD extra/bluez/PKGBUILD extra/kdeplasma-addons/PKGBUILD kde-unstable/kdebase-runtime/PKGBUILD kde-unstable/kdebindings-smokekde/PKGBUILD kde-unstable/kdeplasma-addons/PKGBUILD multilib/gcc-multilib/PKGBUILD multilib/libtool-multilib/PKGBUILD
Diffstat (limited to 'core/isl')
-rw-r--r--core/isl/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/isl/PKGBUILD b/core/isl/PKGBUILD
index 132a0125a..f69725980 100644
--- a/core/isl/PKGBUILD
+++ b/core/isl/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 158750 2012-05-09 01:14:11Z allan $
+# $Id: PKGBUILD 162067 2012-06-19 12:27:31Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
pkgname=isl
-pkgver=0.09
-pkgrel=2
+pkgver=0.10
+pkgrel=1
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.kotnet.org/~skimo/isl/"
license=('LGPL2.1')
options=('!libtool')
source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('6873f0b3c9f4d1fb8efae4aea53f2ab2')
+md5sums=('c1ece653891bb2a5f55ca25e3f4e8f35')
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.9.0.0-gdb.py
+ mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.0.0-gdb.py
}