diff options
Diffstat (limited to 'core/ppl/PKGBUILD')
-rw-r--r-- | core/ppl/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ppl/PKGBUILD b/core/ppl/PKGBUILD index daa119661..0fe157e14 100644 --- a/core/ppl/PKGBUILD +++ b/core/ppl/PKGBUILD @@ -4,9 +4,9 @@ pkgname=ppl pkgver=1.0 -pkgrel=1 +pkgrel=1.1 pkgdesc="A modern library for convex polyhedra and other numerical abstractions." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://bugseng.com/products/ppl" license=('GPL3') depends=('gmp>=5.0') |