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

Allan McRae allan at archlinux.org
Tue Feb 28 07:00:13 UTC 2012


    Date: Tuesday, February 28, 2012 @ 02:00:13
  Author: allan
Revision: 151602

upstream update

Modified:
  ppl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-27 22:24:53 UTC (rev 151601)
+++ PKGBUILD	2012-02-28 07:00:13 UTC (rev 151602)
@@ -3,16 +3,17 @@
 # Contributor: ezzetabi <ezzetabi at gawab dot com>
 
 pkgname=ppl
-pkgver=0.11.2
-pkgrel=2
+pkgver=0.12
+pkgrel=1
 pkgdesc="A modern library for convex polyhedra and other numerical abstractions."
 arch=('i686' 'x86_64')
-url="http://www.cs.unipr.it/ppl"
+url="http://bugseng.com/products/ppl"
 license=('GPL3')
 depends=('gmp>=5.0')
 options=('!docs' '!libtool')
-source=(http://www.cs.unipr.it/ppl/Download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz)
-md5sums=('ce014f153a28006009db207ca953a984')
+source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign})
+md5sums=('47a5548d4e3d98cf6b97e4fd3e5db513'
+         '41869f374e70d0a4d2faa61566365b9d')
 
 build() {
   cd $srcdir/ppl-$pkgver




More information about the arch-commits mailing list