aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/lua-resty-dns/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-resty-dns/APKBUILD b/community/lua-resty-dns/APKBUILD
index 3703387d1a..b1a9d83290 100644
--- a/community/lua-resty-dns/APKBUILD
+++ b/community/lua-resty-dns/APKBUILD
@@ -3,10 +3,10 @@
_luaversions="5.1"
pkgname=lua-resty-dns
pkgver=0.18
-pkgrel=0
+pkgrel=1
pkgdesc="DNS resolver for the nginx lua module"
url="https://github.com/openresty/lua-resty-dns"
-arch="noarch !s390x"
+arch="noarch"
license="BSD"
depends="nginx-mod-http-lua"
makedepends=""