diff options
Diffstat (limited to 'core/bin86/PKGBUILD')
-rw-r--r-- | core/bin86/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bin86/PKGBUILD b/core/bin86/PKGBUILD index b068ab833..ac634403b 100644 --- a/core/bin86/PKGBUILD +++ b/core/bin86/PKGBUILD @@ -4,7 +4,7 @@ pkgname=bin86 pkgver=0.16.17 pkgrel=5 pkgdesc="A complete 8086 assembler and loader" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL') url="http://www.debath.co.uk/" depends=('glibc') |