diff --git a/community/kea-hook-runscript/APKBUILD b/community/kea-hook-runscript/APKBUILD index 9b88458c62f..ae664c60a0b 100644 --- a/community/kea-hook-runscript/APKBUILD +++ b/community/kea-hook-runscript/APKBUILD @@ -3,8 +3,8 @@ pkgname=kea-hook-runscript pkgver=1.3.1 pkgrel=1 pkgdesc="This a hook for the Kea DHCP server that allows to run an external script." -arch="all !armhf !armv7" # limited by kea url="https://github.com/zorun/kea-hook-runscript" +arch="all !armhf !armv7 !s390x" # limited by kea license="MPL2" depends="kea-common>=1.4.0" makedepends="boost-dev kea-dev"