diff options
Diffstat (limited to 'community/pari/PKGBUILD')
-rw-r--r-- | community/pari/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pari/PKGBUILD b/community/pari/PKGBUILD index 80510ab06..2433d00bd 100644 --- a/community/pari/PKGBUILD +++ b/community/pari/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc='Computer algebra system designed for fast computations in number theory' url='http://pari.math.u-bordeaux.fr/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gmp' 'readline' 'libx11') makedepends=('perl' 'texlive-core') optdepends=('perl: gphelp, tex2mail') |