diff options
Diffstat (limited to 'extra/hercules/PKGBUILD')
-rw-r--r-- | extra/hercules/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/hercules/PKGBUILD b/extra/hercules/PKGBUILD index ef22ba9a6..752eea7e7 100644 --- a/extra/hercules/PKGBUILD +++ b/extra/hercules/PKGBUILD @@ -4,11 +4,11 @@ pkgname=hercules pkgver=3.07 -pkgrel=2 +pkgrel=2.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') |