From 6bb31dc6d81160558866b06e4f92c37f514ad891 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 25 May 2021 13:10:44 +0000 Subject: [PATCH] community/powerdns-recursor to 4.5.1-1 --- community/powerdns-recursor/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/community/powerdns-recursor/PKGBUILD b/community/powerdns-recursor/PKGBUILD index d5b2f3930..142ce2423 100644 --- a/community/powerdns-recursor/PKGBUILD +++ b/community/powerdns-recursor/PKGBUILD @@ -9,21 +9,21 @@ # - remove makedepend on pandoc pkgname=powerdns-recursor -pkgver=4.4.3 -pkgrel=2 +pkgver=4.5.1 +pkgrel=1 pkgdesc='Resolving DNS server' url='https://www.powerdns.com/' arch=('x86_64') license=('GPL2') -depends=('gcc-libs' 'boost-libs' 'libsodium' 'systemd-libs' 'luajit' 'openssl' 'protobuf' - 'libboost_context.so' 'fstrm' 'net-snmp' 'libprotobuf.so') +depends=('gcc-libs' 'boost-libs' 'libsodium' 'systemd-libs' 'luajit' 'openssl' + 'libboost_context.so' 'fstrm' 'net-snmp') makedepends=('boost' 'inetutils' 'ragel' 'systemd') provides=('pdns-recursor') conflicts=('pdns-recursor') backup=('etc/powerdns/recursor.conf') source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc} sysusers.conf) -sha512sums=('bac69cbaabc1b0de0def681e07f7e77954e0d487732cb46dc722f7869576a8a477a4011f78c9cc66b5e9b45455eb81534602b2834dc1ad42b85f5f2801915cbb' +sha512sums=('0cfbc95e3e84a2ab2cd88ee638b0ff26f5f35b64754086483555df28f045d64b5fdfab3e8c430c0b4e97dc4eda624226c37ec0f50902ffe5f84882d814e8051e' 'SKIP' '63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72') validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7' # Pieter Lexis @@ -45,7 +45,6 @@ build() { --disable-silent-rules \ --enable-reproducible \ --enable-systemd \ - --with-protobuf \ --with-libsodium \ --with-lua=luajit \ --with-service-user=pdns-recursor \