diff options
Diffstat (limited to 'community/simh')
-rw-r--r-- | community/simh/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/simh/PKGBUILD b/community/simh/PKGBUILD index 27fcdf2fa..2c2018374 100644 --- a/community/simh/PKGBUILD +++ b/community/simh/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.9.0 _pkgver=39-0 pkgrel=1 pkgdesc="simulator for assorted historical computers, from Altair to VAX" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://simh.trailing-edge.com" license=("BSD") depends=("libpcap") |