aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-04-14 23:14:41 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-26 19:24:24 +0000
commit92fe71a3878ee18d3337bc88a4ecb4efb5eced8b (patch)
treed32dc34955691d7f1e49c5b36e9b5098cd90fa7c /community
parent370d3ad629598833968808dd308f77761a827f63 (diff)
downloadaports-92fe71a3878ee18d3337bc88a4ecb4efb5eced8b.tar.bz2
aports-92fe71a3878ee18d3337bc88a4ecb4efb5eced8b.tar.xz
community/lua-resty-dns: enable on all arches
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=""