summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Gacogne2019-01-08 10:19:54 +0100
committerRemi Gacogne2019-01-08 10:19:54 +0100
commitde9828d1adb4b71e376db46e4b1be580b3090351 (patch)
tree043166374392f12e2dae3a083b48048f8536ac14
parent634e6e780f4436e7d45b400c177c69c5d326d791 (diff)
downloadaur-de9828d1adb4b71e376db46e4b1be580b3090351.tar.gz
dnsdist-git: Add libcap as a dependency since dnsdist now uses it
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0494995f7329..54dab9bfd880 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Nov 29 13:38:26 UTC 2018
+# Tue Jan 8 09:13:12 UTC 2019
pkgbase = dnsdist-git
pkgdesc = Highly DNS-, DoS- and abuse-aware loadbalancer
pkgver = r15598.04359e83c
@@ -15,6 +15,7 @@ pkgbase = dnsdist-git
makedepends = systemd
depends = fstrm
depends = gnutls
+ depends = libcap
depends = libedit
depends = libsodium
depends = libsystemd
diff --git a/PKGBUILD b/PKGBUILD
index c66988501525..c3d632787143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Remi Gacogne <rgacogne at archlinux dot org>
pkgname=dnsdist-git
-pkgver=r15598.04359e83c
+pkgver=r15737.374c1093a
pkgrel=1
pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer'
arch=('x86_64')
@@ -11,7 +11,7 @@ source=("${pkgname}::git+https://github.com/PowerDNS/pdns"
sha512sums=('SKIP'
'd55ccd612cbe08b353815027d30a3b0f0ec7bf6b0d74a0a634939be53ce6e6b41d23e54c2328946f00738c03e9f306ce4f2dabe5e4b11d9fb28d0abf49917893')
makedepends=('boost' 'git' 'pandoc' 'python-virtualenv' 'ragel' 'systemd')
-depends=('fstrm' 'gnutls' 'libedit' 'libsodium' 'libsystemd' 'luajit' 'net-snmp' 'openssl' 'protobuf' 're2')
+depends=('fstrm' 'gnutls' 'libcap' 'libedit' 'libsodium' 'libsystemd' 'luajit' 'net-snmp' 'openssl' 'protobuf' 're2')
provides=('dnsdist')
conflicts=('dnsdist')