diff options
Diffstat (limited to 'community/smalltalk/PKGBUILD')
-rw-r--r-- | community/smalltalk/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/smalltalk/PKGBUILD b/community/smalltalk/PKGBUILD index 2522e8a89..3c9a6080d 100644 --- a/community/smalltalk/PKGBUILD +++ b/community/smalltalk/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=3 pkgdesc='A free implementation of Smalltalk-80 by the GNU project' url='http://smalltalk.gnu.org/' license=('GPL' 'LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!libtool') depends=('gmp' 'libffi' 'libsigsegv' 'readline') |