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

Antonio Rojas arojas at archlinux.org
Mon Jun 6 16:40:42 UTC 2016


    Date: Monday, June 6, 2016 @ 18:40:42
  Author: arojas
Revision: 178032

Update to 1.2

Modified:
  ppl/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-06 15:13:32 UTC (rev 178031)
+++ PKGBUILD	2016-06-06 16:40:42 UTC (rev 178032)
@@ -1,19 +1,19 @@
 # $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
 # Contributor: ezzetabi <ezzetabi at gawab dot com>
 
 pkgname=ppl
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
 pkgdesc="A modern library for convex polyhedra and other numerical abstractions"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://bugseng.com/products/ppl"
-license=('GPL3')
-depends=('gmp')
-options=('!docs')
-source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign})
-md5sums=('4f2422c0ef3f409707af32108deb30a7'
-         'SKIP')
+license=(GPL3)
+depends=(gmp)
+options=(!docs)
+source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz)
+md5sums=('2b43339316a3139fd75c7e8ca7ddc201')
 validpgpkeys=('058E41DB299DE2DD0AC649CA881457CBB5944392') # Roberto Bagnara
 
 build() {



More information about the arch-commits mailing list