diff options
Diffstat (limited to 'core/isl/PKGBUILD')
-rw-r--r-- | core/isl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/isl/PKGBUILD b/core/isl/PKGBUILD index ac1fc27bc..3a94e7e06 100644 --- a/core/isl/PKGBUILD +++ b/core/isl/PKGBUILD @@ -5,7 +5,7 @@ pkgname=isl pkgver=0.11.2 pkgrel=1 pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.kotnet.org/~skimo/isl/" depends=('gmp') license=('MIT') |