summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Gacogne2019-08-29 10:24:04 +0200
committerRemi Gacogne2019-08-29 10:24:04 +0200
commitc5d54d40fe3baac736d83e6386cacaf7c2c1cd67 (patch)
tree8869b19ade78a71453c44ac92d0e31e4296cb785
parent8412002d0d22a0979c255547c435f2daa881471b (diff)
downloadaur-c5d54d40fe3baac736d83e6386cacaf7c2c1cd67.tar.gz
dnsdist-git: Add new dependencies: tinycdb and lmdb
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 770070888ff0..2ee0e0a54548 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Apr 26 12:14:44 UTC 2019
pkgbase = dnsdist-git
pkgdesc = Highly DNS-, DoS- and abuse-aware loadbalancer
- pkgver = r16581.77578c1a1
+ pkgver = r17438.a1c95af86
pkgrel = 1
url = https://dnsdist.org/
arch = x86_64
@@ -20,11 +18,13 @@ pkgbase = dnsdist-git
depends = libedit
depends = libsodium
depends = libsystemd
+ depends = lmdb
depends = luajit
depends = net-snmp
depends = openssl
depends = protobuf
depends = re2
+ depends = tinycdb
provides = dnsdist
conflicts = dnsdist
source = dnsdist-git::git+https://github.com/PowerDNS/pdns
diff --git a/PKGBUILD b/PKGBUILD
index db2b1078a818..b4a33e4a8bc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Remi Gacogne <rgacogne at archlinux dot org>
pkgname=dnsdist-git
-pkgver=r16581.77578c1a1
+pkgver=r17438.a1c95af86
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' 'h2o' 'libcap' 'libedit' 'libsodium' 'libsystemd' 'luajit' 'net-snmp' 'openssl' 'protobuf' 're2')
+depends=('fstrm' 'gnutls' 'h2o' 'libcap' 'libedit' 'libsodium' 'libsystemd' 'lmdb' 'luajit' 'net-snmp' 'openssl' 'protobuf' 're2' 'tinycdb')
provides=('dnsdist')
conflicts=('dnsdist')