diff options
Diffstat (limited to 'extra/clisp/PKGBUILD')
-rw-r--r-- | extra/clisp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/clisp/PKGBUILD b/extra/clisp/PKGBUILD index a6451270c..b7be73093 100644 --- a/extra/clisp/PKGBUILD +++ b/extra/clisp/PKGBUILD @@ -4,7 +4,7 @@ pkgname=clisp pkgver=2.49 pkgrel=1 pkgdesc="ANSI Common Lisp interpreter, compiler and debugger" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://clisp.cons.org/" depends=('readline' 'libsigsegv') |