summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Gacogne2017-08-01 15:05:30 +0200
committerRemi Gacogne2017-08-01 15:05:30 +0200
commit44984ff2f095b39c7d0d152e49381ca1ed678f68 (patch)
tree9410fec28c6cf285716f5633d4b7d5cb9d7a82ec
parentada4fe005b9feeaed962621123202163122f28e6 (diff)
downloadaur-44984ff2f095b39c7d0d152e49381ca1ed678f68.tar.gz
dnsdist-git: python-virtualenv is now needed to build the docs
Reported by bjoe2k4 (thanks!).
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e21770b2af0..feb138f80560 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 23 14:58:42 UTC 2017
+# Tue Aug 1 13:03:19 UTC 2017
pkgbase = dnsdist-git
pkgdesc = Highly DNS-, DoS- and abuse-aware loadbalancer
- pkgver = r12122.a77e6c032
+ pkgver = r12686.638dd3d9f
pkgrel = 1
url = http://dnsdist.org/
arch = i686
@@ -11,6 +11,7 @@ pkgbase = dnsdist-git
makedepends = boost
makedepends = git
makedepends = pandoc
+ makedepends = python-virtualenv
makedepends = ragel
makedepends = systemd
depends = libedit
diff --git a/PKGBUILD b/PKGBUILD
index 05e7ad44530d..dc1ba1aa6c9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Remi Gacogne <rgacogne at archlinux dot org>
pkgname=dnsdist-git
-pkgver=r12122.a77e6c032
+pkgver=r12686.638dd3d9f
pkgrel=1
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url='http://dnsdist.org/'
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=('libedit' 'libsodium' 'libsystemd' 'lua' 'net-snmp' 'protobuf' 're2')
provides=('dnsdist')
conflicts=('dnsdist')