diff options
Diffstat (limited to 'community/lua-resty-dns/APKBUILD')
-rw-r--r-- | community/lua-resty-dns/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-resty-dns/APKBUILD b/community/lua-resty-dns/APKBUILD index 6555d23668..3703387d1a 100644 --- a/community/lua-resty-dns/APKBUILD +++ b/community/lua-resty-dns/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.18 pkgrel=0 pkgdesc="DNS resolver for the nginx lua module" url="https://github.com/openresty/lua-resty-dns" -arch="noarch" +arch="noarch !s390x" license="BSD" depends="nginx-mod-http-lua" makedepends="" |