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

Allan McRae allan at archlinux.org
Fri Mar 19 03:05:11 UTC 2010


    Date: Thursday, March 18, 2010 @ 23:05:11
  Author: allan
Revision: 72643

upgpkg: cloog-ppl 0.15.8-1
upstream update, gmp5 rebuild

Modified:
  cloog-ppl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-19 03:04:25 UTC (rev 72642)
+++ PKGBUILD	2010-03-19 03:05:11 UTC (rev 72643)
@@ -3,16 +3,16 @@
 # Contributor: ezzetabi <ezzetabi at gawab dot com>
 
 pkgname=cloog-ppl
-pkgver=0.15.7
+pkgver=0.15.8
 pkgrel=1
 pkgdesc="Library that generates loops for scanning polyhedra"
 arch=('i686' 'x86_64')
 url="http://www.cloog.org/"
 license=('GPL')
-depends=('ppl>=0.10.2')
+depends=('ppl>=0.10.2-3')
 options=('!libtool')
 source=(ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6455e7875daac5bd885545c71c3f2001')
+md5sums=('b27bc188e3e99dca2923ce9323b8fb63')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -20,5 +20,6 @@
   ./configure --prefix=/usr --infodir=/usr/share/info \
     --with-bits=gmp --with-ppl=/usr 
   make || return 1
+  make check
   make DESTDIR=$pkgdir/ install
 }




More information about the arch-commits mailing list