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

Allan McRae allan at archlinux.org
Sun Apr 10 21:37:04 UTC 2011


    Date: Sunday, April 10, 2011 @ 17:37:04
  Author: allan
Revision: 119094

upgpkg: cloog 0.16.2-1
upstream update, rebuild for isl soname bump

Modified:
  cloog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-10 21:35:58 UTC (rev 119093)
+++ PKGBUILD	2011-04-10 21:37:04 UTC (rev 119094)
@@ -2,7 +2,7 @@
 # Maintainer: Allan McRae <allan at archlinux.org>
 
 pkgname=cloog
-pkgver=0.16.1
+pkgver=0.16.2
 pkgrel=1
 pkgdesc="Library that generates loops for scanning polyhedra"
 arch=('i686' 'x86_64')
@@ -12,12 +12,16 @@
 conflicts=('cloog-ppl<0.15.10-2')
 options=('!libtool')
 source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
-md5sums=('947123350d1ff6dcb4b0774947ac015a')
+md5sums=('83877caaa879c7160063138bb18348e7')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --with-isl=system --with-gmp=system
   make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
   make check
 }
 




More information about the arch-commits mailing list