diff options
Diffstat (limited to 'core/ppl')
-rw-r--r-- | core/ppl/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/core/ppl/PKGBUILD b/core/ppl/PKGBUILD index 953f1da9b..a956ae0b4 100644 --- a/core/ppl/PKGBUILD +++ b/core/ppl/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 135914 2011-08-20 07:14:11Z allan $ +# $Id: PKGBUILD 151929 2012-03-04 10:58:12Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # 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 |