aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-03-26 09:20:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-26 09:20:44 +0000
commit22f4c487f196d706b360cbaf772d52caf2e24bcb (patch)
treeb2500eef511e0e70d24217b1e7a0b26e675c76ab /community
parent3424888449db88764a7cbf74726faa092e03c24f (diff)
community/pdns: rebuild against mariadb-connector-c
Diffstat (limited to 'community')
-rw-r--r--community/pdns/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pdns/APKBUILD b/community/pdns/APKBUILD
index cb610423cb2..18b7dbdca4b 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"