From d474c547236061474f70f711d42fccdfec16f8e4 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 6 Aug 2018 13:10:40 +0000 Subject: [PATCH] community/powerdns to 4.1.3-5 --- community/powerdns/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/powerdns/PKGBUILD b/community/powerdns/PKGBUILD index 526a44bc1..c701d585a 100644 --- a/community/powerdns/PKGBUILD +++ b/community/powerdns/PKGBUILD @@ -10,14 +10,14 @@ pkgname=powerdns pkgver=4.1.3 -pkgrel=4 +pkgrel=5 pkgdesc='Authoritative DNS server' url='https://www.powerdns.com/' arch=('x86_64') license=('GPL2') depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf' 'sqlite' 'systemd' 'lua') -makedepends=('boost' 'geoip' 'libldap' 'libmariadbclient' 'opendbx' 'pkg-config' +makedepends=('boost' 'geoip' 'libldap' 'libmariadbclient' 'opendbx' 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp') optdepends=('geoip: GeoIP backend' 'libmariadbclient: MariaDB/MySQL and MyDNS backend'