[arch-commits] Commit in isl/trunk (PKGBUILD)

Allan McRae allan at nymeria.archlinux.org
Sun Aug 18 02:09:58 UTC 2013


    Date: Sunday, August 18, 2013 @ 04:09:58
  Author: allan
Revision: 193176

upgpkg: isl 0.12.1-1

upstream update

Modified:
  isl/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-17 19:44:30 UTC (rev 193175)
+++ PKGBUILD	2013-08-18 02:09:58 UTC (rev 193176)
@@ -2,16 +2,16 @@
 # Maintainer: Allan McRae <allan at archlinux.org>
 
 pkgname=isl
-pkgver=0.12
+pkgver=0.12.1
 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/"
+url="http://freecode.com/projects/isl"
 depends=('gmp')
 license=('MIT')
 options=('!libtool')
-source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('eaa1968dda763f12dc84e45a892cd428')
+source=(ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -29,7 +29,7 @@
   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.2.0-gdb.py
+  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.2.1-gdb.py
   
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/isl/LICENSE
 }




More information about the arch-commits mailing list