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 d3590dcd4..e1edd93e9 100644 --- a/community/simh/PKGBUILD +++ b/community/simh/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.8.1 _pkgver=38-1 pkgrel=2 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" "glibc") |