diff options
Diffstat (limited to 'community/hitori')
-rw-r--r-- | community/hitori/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hitori/PKGBUILD b/community/hitori/PKGBUILD index 9a8053373..d609f0fa5 100644 --- a/community/hitori/PKGBUILD +++ b/community/hitori/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hitori pkgver=0.4.0 pkgrel=1 pkgdesc="GTK+ application to generate and let you play games of Hitori" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://live.gnome.org/Hitori" license=('GPL') depends=('gtk3' 'hicolor-icon-theme' 'xdg-utils') |