summaryrefslogtreecommitdiff
path: root/core/isl
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-06 12:13:36 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-06 12:13:36 -0300
commit4a9023500f5b915ccbf556296c756ce3f2faef5b (patch)
tree28258893f8d5094fdb84ede1e97afa36a5276696 /core/isl
parent3dac66779d53dc58badb4f964177f7692c1bd92c (diff)
parentbdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/gcc/PKGBUILD extra/shared-mime-info/PKGBUILD extra/smb4k/PKGBUILD libre/audacious-plugins-libre/PKGBUILD multilib/gcc-multilib/PKGBUILD testing/xfig/PKGBUILD
Diffstat (limited to 'core/isl')
-rw-r--r--core/isl/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/isl/PKGBUILD b/core/isl/PKGBUILD
index bf6b8b147..aaf9fa824 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' 'mips64el')
@@ -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
}