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