diff options
Diffstat (limited to 'community/pdns-recursor')
-rw-r--r-- | community/pdns-recursor/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index 3d9f03ab69..9d619897f3 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Olivier Mauras <olivier@mauras.ch> pkgname=pdns-recursor pkgver=4.0.3 -pkgrel=0 +pkgrel=1 pkgdesc="PowerDNS Recursive Server" url="http://www.powerdns.com/" arch="all" license="GPL" depends="" depends_dev="" -makedepends="$depends_dev boost-dev lua-dev openssl-dev" +makedepends="$depends_dev boost-dev lua-dev libressl-dev" install="$pkgname.pre-install $pkgname.post-deinstall" subpackages="$pkgname-doc" pkgusers="pdns" |