summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRemi Gacogne2017-10-22 18:03:08 +0200
committerRemi Gacogne2017-10-22 18:03:08 +0200
commita841d2b325984e7f99e5ecd2e7183d19a2f4f005 (patch)
treeddf89039b5a9cbcd2e5f1b1c48b9c18436f7456c /PKGBUILD
parented1513c41f2f88ee68ec374171b5e514fb366efa (diff)
downloadaur-a841d2b325984e7f99e5ecd2e7183d19a2f4f005.tar.gz
powerdns-recursor-git: python-virtualenv is now needed to build the docs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f724001245e..f479ff43d930 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Remi Gacogne <rgacogne-arch at coredump dot fr>
+# Maintainer: Remi Gacogne <rgacogne-arch at archlinux dot org>
pkgname=powerdns-recursor-git
-pkgver=r12492.2db723203
+pkgver=r13091.820b9318d
pkgrel=1
pkgdesc='Resolving DNS server'
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url='http://www.powerdns.com/'
license=('GPL2')
source=("${pkgname}::git+https://github.com/PowerDNS/pdns")
sha512sums=('SKIP')
-makedepends=('boost' 'git' 'pandoc' 'ragel' 'systemd')
+makedepends=('boost' 'git' 'pandoc' 'python-virtualenv' 'ragel' 'systemd')
depends=('boost-libs' 'libsodium' 'libsystemd' 'lua' 'openssl' 'protobuf' )
provides=('powerdns-recursor')
conflicts=('powerdns-recursor')