summaryrefslogtreecommitdiff
path: root/community/dhex
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-11-16 18:01:09 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-11-16 18:01:09 -0500
commit4d60eff168d18c5986d99374bef73d1accff7235 (patch)
tree5b55bfd7be79409a25a85a76e78a57c7b8c48d6e /community/dhex
parentd503056ff0810f0e9a4d7430dd9a99ef666240d9 (diff)
Add mips64el in archs
Diffstat (limited to 'community/dhex')
-rw-r--r--community/dhex/PKGBUILD2
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')