diff options
Diffstat (limited to 'community/spidermonkey/PKGBUILD')
-rw-r--r-- | community/spidermonkey/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/spidermonkey/PKGBUILD b/community/spidermonkey/PKGBUILD index 5b0f66f55..505bfea84 100644 --- a/community/spidermonkey/PKGBUILD +++ b/community/spidermonkey/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.7.0 pkgrel=3 pkgdesc="Mozilla's C implementation of JavaScript." url="http://www.mozilla.org/js/spidermonkey/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('MPL' 'GPL' 'LGPL') depends=('nspr') options=('!makeflags') |