diff options
Diffstat (limited to 'core/ppl/PKGBUILD')
-rw-r--r-- | core/ppl/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/ppl/PKGBUILD b/core/ppl/PKGBUILD index ca648d973..daa119661 100644 --- a/core/ppl/PKGBUILD +++ b/core/ppl/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 156588 2012-04-21 10:27:00Z allan $ +# $Id: PKGBUILD 162899 2012-07-03 10:44:19Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: ezzetabi <ezzetabi at gawab dot com> pkgname=ppl -pkgver=0.12.1 +pkgver=1.0 pkgrel=1 pkgdesc="A modern library for convex polyhedra and other numerical abstractions." arch=('i686' 'x86_64') @@ -12,8 +12,8 @@ license=('GPL3') depends=('gmp>=5.0') options=('!docs' '!libtool') source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign}) -md5sums=('cec8144f2072ac45a850214cca97d075' - '43eeeb147f9d8b3608aead63486c9545') +md5sums=('c4566928c6b7bb63e95f96d1a7b5cb4c' + '5f490df826c76fed296060ca8fca4eb5') build() { cd $srcdir/ppl-$pkgver |