Date: Monday, December 3, 2012 @ 19:02:47
  Author: allan
Revision: 172478

upgpkg: isl 0.11-1

upstream update, licence change

Modified:
  isl/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-12-03 21:23:28 UTC (rev 172477)
+++ PKGBUILD    2012-12-04 00:02:47 UTC (rev 172478)
@@ -2,15 +2,15 @@
 # Maintainer: Allan McRae <[email protected]>
 
 pkgname=isl
-pkgver=0.10
+pkgver=0.11
 pkgrel=1
 pkgdesc="Library for manipulating sets and relations of integer points bounded 
by linear constraints"
 arch=('i686' 'x86_64')
 url="http://www.kotnet.org/~skimo/isl/";
-license=('LGPL2.1')
+license=('MIT')
 options=('!libtool')
 source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('c1ece653891bb2a5f55ca25e3f4e8f35')
+md5sums=('8dd36a28ed255f4fd3d903adb24e99db')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -28,5 +28,5 @@
   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.0.0-gdb.py
+  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.1.0-gdb.py
 }

Reply via email to