diff options
Diffstat (limited to 'community/beye/PKGBUILD')
-rw-r--r-- | community/beye/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/beye/PKGBUILD b/community/beye/PKGBUILD index 2d4de199d..9b3800b68 100644 --- a/community/beye/PKGBUILD +++ b/community/beye/PKGBUILD @@ -7,7 +7,7 @@ pkgver=6.1.0 _lver=610 pkgrel=4 pkgdesc="A portable viewer of binary files, hexadecimal and disassembler modes" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('slang' 'gpm') makedepends=('libx11') |