diff options
Diffstat (limited to 'extra/gjs/PKGBUILD')
-rw-r--r-- | extra/gjs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gjs/PKGBUILD b/extra/gjs/PKGBUILD index bb434d3b6..f3726ded3 100644 --- a/extra/gjs/PKGBUILD +++ b/extra/gjs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gjs pkgver=1.32.0 pkgrel=2 pkgdesc="Javascript Bindings for GNOME" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://live.gnome.org/Gjs" license=('GPL') depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js') |