mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/ppl to 0.12.1
This commit is contained in:
parent
55a4ae9c71
commit
9b32b5bfcb
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ noautobuild=1
|
|||
plugrel=1
|
||||
|
||||
pkgname=ppl
|
||||
pkgver=0.12
|
||||
pkgver=0.12.1
|
||||
pkgrel=1
|
||||
pkgdesc="A modern library for convex polyhedra and other numerical abstractions."
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,8 +18,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=('47a5548d4e3d98cf6b97e4fd3e5db513'
|
||||
'41869f374e70d0a4d2faa61566365b9d')
|
||||
md5sums=('cec8144f2072ac45a850214cca97d075'
|
||||
'43eeeb147f9d8b3608aead63486c9545')
|
||||
|
||||
build() {
|
||||
cd $srcdir/ppl-$pkgver
|
||||
|
|
Loading…
Reference in a new issue