diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/pdns/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pdns/APKBUILD b/community/pdns/APKBUILD index cb610423cb..18b7dbdca4 100644 --- a/community/pdns/APKBUILD +++ b/community/pdns/APKBUILD @@ -6,7 +6,7 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=pdns pkgver=4.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="PowerDNS Authoritative Server" url="https://www.powerdns.com/" arch="all" @@ -15,7 +15,7 @@ depends="" depends_dev="" makedepends="$depends_dev boost-dev curl file geoip-dev krb5-dev libressl-dev - libsodium-dev lua-dev mariadb-dev openldap-dev + libsodium-dev lua-dev mariadb-connector-c-dev openldap-dev postgresql-dev protobuf-dev sqlite-dev unixodbc-dev yaml-cpp-dev" install="$pkgname.pre-install" |