From f53f0393f16e25124da8ac11a1e667539dcc5bdd Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 18 Jan 2019 13:33:01 +0000 Subject: [PATCH] community/powerdns to 4.1.5-4 --- community/powerdns/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/powerdns/PKGBUILD b/community/powerdns/PKGBUILD index 1ca98bfaa..e378379dd 100644 --- a/community/powerdns/PKGBUILD +++ b/community/powerdns/PKGBUILD @@ -10,17 +10,17 @@ pkgname=powerdns pkgver=4.1.5 -pkgrel=3 +pkgrel=4 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' +makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'opendbx' 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp') optdepends=('geoip: GeoIP backend' - 'libmariadbclient: MariaDB/MySQL and MyDNS backend' + 'mariadb-libs: MariaDB/MySQL and MyDNS backend' 'libldap: LDAP backend' 'opendbx: OpenDBX backend' 'postgresql-libs: PostgreSQL backend'