community/powerdns to 4.1.5-4

This commit is contained in:
Kevin Mihelich 2019-01-18 13:33:01 +00:00
parent db88d59ce3
commit f53f0393f1

View file

@ -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'