aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-resty-dns
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-24 10:15:52 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-24 10:15:52 +0000
commit8c2592691cb1e1d1c0eb750ef757b1d79c1f2325 (patch)
tree4a00c77e47e8f812f64488771e8bfaf1198cad4a /testing/lua-resty-dns
parentcec59c9a31b98de61666f03481fd4862e44d023a (diff)
downloadaports-8c2592691cb1e1d1c0eb750ef757b1d79c1f2325.tar.bz2
aports-8c2592691cb1e1d1c0eb750ef757b1d79c1f2325.tar.xz
testing/lua-resty-dns: fixed dependency
Diffstat (limited to 'testing/lua-resty-dns')
-rw-r--r--testing/lua-resty-dns/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lua-resty-dns/APKBUILD b/testing/lua-resty-dns/APKBUILD
index f1963b2788..d8bbc3c304 100644
--- a/testing/lua-resty-dns/APKBUILD
+++ b/testing/lua-resty-dns/APKBUILD
@@ -3,12 +3,12 @@
_luaversions="5.1"
pkgname=lua-resty-dns
pkgver=0.17
-pkgrel=0
+pkgrel=1
pkgdesc="DNS resolver for the nginx lua module"
url="https://github.com/openresty/lua-resty-dns"
arch="noarch"
license="BSD"
-depends="nginx-lua"
+depends="nginx-mod-http-lua"
makedepends=""
install=""
subpackages=""