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 e78a2bee3..1dd88290c 100644 --- a/extra/hercules/PKGBUILD +++ b/extra/hercules/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 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') |