diff options
-rw-r--r-- | community/gnome-maps/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-maps/APKBUILD b/community/gnome-maps/APKBUILD index 64e7da1019..62cf38edd0 100644 --- a/community/gnome-maps/APKBUILD +++ b/community/gnome-maps/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.36.1 pkgrel=0 pkgdesc="A simple map client" url="https://wiki.gnome.org/Apps/Maps" -arch="all !s390x" # gjs missing +arch="all !s390x !mips !mips64" # gjs missing license="GPL-2.0-or-later" depends="gfbgraph gjs geoclue" makedepends="meson glib-dev gjs-dev gtk+3.0-dev gobject-introspection-dev geoclue-dev |