diff options
Diffstat (limited to 'community/dhex/PKGBUILD')
-rw-r--r-- | community/dhex/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dhex/PKGBUILD b/community/dhex/PKGBUILD index d9c0213a3..757c7b7cd 100644 --- a/community/dhex/PKGBUILD +++ b/community/dhex/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dhex pkgver=0.68 pkgrel=1 pkgdesc="An ncurses-based hexeditor with a diff mode" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.dettus.net/dhex/" license=('GPL') depends=('ncurses') |