[arch-commits] Commit in powerdns-recursor/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Oct 21 11:34:23 UTC 2016


    Date: Friday, October 21, 2016 @ 11:34:23
  Author: anthraxx
Revision: 192857

upgpkg: powerdns-recursor 4.0.2-2

Modified:
  powerdns-recursor/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-21 10:55:09 UTC (rev 192856)
+++ PKGBUILD	2016-10-21 11:34:23 UTC (rev 192857)
@@ -6,12 +6,12 @@
 
 pkgname=powerdns-recursor
 pkgver=4.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('gcc-libs' 'boost-libs' 'libsystemd' 'lua' 'openssl' 'protobuf')
+depends=('gcc-libs' 'boost-libs' 'systemd' 'lua' 'openssl' 'protobuf')
 makedepends=('boost' 'inetutils' 'pkg-config')
 provides=('pdns-recursor')
 conflicts=('pdns-recursor')
@@ -28,7 +28,8 @@
     --sbindir=/usr/bin \
     --sysconfdir=/etc/powerdns \
     --disable-silent-rules \
-    --enable-reproducible
+    --enable-reproducible \
+    --enable-systemd
   make
 }
 



More information about the arch-commits mailing list