diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-16 18:01:09 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-16 18:01:09 -0500 |
commit | 4d60eff168d18c5986d99374bef73d1accff7235 (patch) | |
tree | 5b55bfd7be79409a25a85a76e78a57c7b8c48d6e /community/dhex | |
parent | d503056ff0810f0e9a4d7430dd9a99ef666240d9 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/dhex')
-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') |