diff options
Diffstat (limited to 'extra/hercules/PKGBUILD')
-rw-r--r-- | extra/hercules/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/hercules/PKGBUILD b/extra/hercules/PKGBUILD index ef22ba9a6..d31afdd0e 100644 --- a/extra/hercules/PKGBUILD +++ b/extra/hercules/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="A software implementation of the mainframe System/370 and ESA/390 architectures" url="http://www.hercules-390.org/" source=("http://www.hercules-390.org/$pkgname-$pkgver.tar.gz") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') options=('!libtool') depends=('bzip2' 'libgcrypt' 'zlib') |