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 06c66a70d..b7545d160 100644 --- a/extra/gjs/PKGBUILD +++ b/extra/gjs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gjs pkgver=1.34.0 pkgrel=1 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') |