diff options
Diffstat (limited to 'extra/ghex')
-rw-r--r-- | extra/ghex/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ghex/PKGBUILD b/extra/ghex/PKGBUILD index b4a6c226e..dd4817556 100644 --- a/extra/ghex/PKGBUILD +++ b/extra/ghex/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ghex pkgver=3.0.0 pkgrel=1 pkgdesc="A simple binary editor for the Gnome desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://live.gnome.org/Ghex" depends=('gtk3' 'hicolor-icon-theme') |