diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-08-05 02:49:47 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-08-05 02:49:47 -0500 |
commit | 735e0f71a2d7db69fb1362edf7e910743145d2b3 (patch) | |
tree | b1afcec766e567885356165d67851a468ec6ea27 /community/algol68g | |
parent | f8fb06773f815f5df8988d0395565f5da4fe20f8 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/algol68g')
-rw-r--r-- | community/algol68g/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/algol68g/PKGBUILD b/community/algol68g/PKGBUILD index 00b2e8305..587ce029b 100644 --- a/community/algol68g/PKGBUILD +++ b/community/algol68g/PKGBUILD @@ -6,7 +6,7 @@ pkgname=algol68g pkgver=2.7 pkgrel=1 pkgdesc='Algol 68 Genie, an Algol 68 compiler-interpreter' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.xs4all.nl/~jmvdveer/algol.html' license=('GPL') depends=('gsl' 'plotutils') |