summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Gacogne2017-01-01 19:07:18 +0100
committerRemi Gacogne2017-01-01 19:07:18 +0100
commit257b3bc8caeab2aabd7c5f0c8678f750f25e173b (patch)
tree712f51848ad53a073ef4ad4dc30bd0e3e97dccbe
parent1107a1db06b1c8f107397858525bc55d7375dfc3 (diff)
downloadaur-257b3bc8caeab2aabd7c5f0c8678f750f25e173b.tar.gz
Fix systemd deps (includes), backup recursor.conf
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d138296903c..ccd2897f9bf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Remi Gacogne <rgacogne-arch at coredump dot fr>
pkgname=powerdns-recursor-git
-pkgver=r10670.c9e9905
+pkgver=r11572.4f2f2d7bd
pkgrel=1
pkgdesc='Resolving DNS server'
arch=('i686' 'x86_64')
@@ -8,10 +8,11 @@ url='http://www.powerdns.com/'
license=('GPL2')
source=("${pkgname}::git+https://github.com/PowerDNS/pdns")
sha512sums=('SKIP')
-makedepends=('boost' 'git' 'pandoc' 'ragel' )
+makedepends=('boost' 'git' 'pandoc' 'ragel' 'systemd')
depends=('boost-libs' 'libsystemd' 'lua' 'openssl' 'protobuf' )
provides=('powerdns-recursor')
conflicts=('powerdns-recursor')
+backup=('etc/powerdns/recursor.conf')
pkgver() {
cd "${pkgname}"
@@ -26,7 +27,9 @@ build() {
--sbindir=/usr/bin \
--sysconfdir=/etc/powerdns \
--disable-silent-rules \
- --enable-reproducible
+ --enable-reproducible \
+ --enable-systemd \
+ --enable-protobuf
make
}