diff options
| -rw-r--r-- | community/bam/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/bam/APKBUILD b/community/bam/APKBUILD index 25ad232460..2803a822b2 100644 --- a/community/bam/APKBUILD +++ b/community/bam/APKBUILD @@ -1,11 +1,10 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> - pkgname=bam pkgver=0.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="Fast and flexible build system using Lua" -arch=all +arch="all !s390x" #luajit unavail on excluded arches url="http://github.com/matricks/bam" makedepends="lua5.3-dev luajit-dev" license='ZLIB' |
