Date: Friday, February 3, 2012 @ 05:52:42 Author: allan Revision: 148525
upgpkg: isl 0.09-1 upstream update Modified: isl/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-03 07:46:00 UTC (rev 148524) +++ PKGBUILD 2012-02-03 10:52:42 UTC (rev 148525) @@ -2,7 +2,7 @@ # Maintainer: Allan McRae <[email protected]> pkgname=isl -pkgver=0.08 +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 @@ license=('LGPL2.1') options=('!libtool') source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2) -md5sums=('ea6d534348cae97ff9b20ac5ea13d6bc') +md5sums=('6873f0b3c9f4d1fb8efae4aea53f2ab2') build() { cd "$srcdir/$pkgname-$pkgver" @@ -29,5 +29,5 @@ # 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.8.0.0-gdb.py + mv $pkgdir/usr/{lib,share/gdb/auto-load}/libisl.so.9.0.0-gdb.py }
