From be3716cb5372188406c83216e8f04f62b2248f75 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 25 Mar 2022 13:27:58 +0000 Subject: [PATCH] community/powerdns-recursor to 4.6.1-1 --- community/powerdns-recursor/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/community/powerdns-recursor/PKGBUILD b/community/powerdns-recursor/PKGBUILD index 2c75a802c..c680d4f12 100644 --- a/community/powerdns-recursor/PKGBUILD +++ b/community/powerdns-recursor/PKGBUILD @@ -5,12 +5,11 @@ # Contributor: Jan Steffens # ALARM: Kevin Mihelich -# - explicitly link v5/v6 with libatomic # - remove makedepend on pandoc pkgname=powerdns-recursor -pkgver=4.6.0 -pkgrel=3 +pkgver=4.6.1 +pkgrel=1 pkgdesc='Resolving DNS server' url='https://www.powerdns.com/' arch=('x86_64') @@ -24,7 +23,7 @@ backup=('etc/powerdns/recursor.conf') source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc} openssl-3.0.patch::https://github.com/PowerDNS/pdns/commit/fd91586b4f6d21c65ff47b7c82348a6885b81e83.diff sysusers.conf) -sha512sums=('ca7e7a4aed904a68f4dcb25e62393d44cbe5a1b64b76882b086e3dcfc08face8d399d2652aeb3c03d8a68b2c9531e78223b815256d7d9e82777621aba8ad068b' +sha512sums=('b595dd382bb4bff5cd47bff854952c8ee40bedeafe4236f935c8eceeca7ac97e8668b884e1ec0ce490ce535fab10d161ffc53ca395c0bb02ffcf6005a692674b' 'SKIP' 'f180ae8111244f3a0faf884f6f5997b1fcef0eefa30c154d7d44bd2948acdfd742cb4e2410f0855579f36c02e39a3afab6966661d4201400ebc191c5b669d86e' '63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72') @@ -39,7 +38,6 @@ prepare() { build() { cd pdns-recursor-${pkgver} - [[ $CARCH == arm || $CARCH == armv6h ]] && LIBS="-latomic" LIBS=$LIBS ./configure \ --prefix=/usr \ --sbindir=/usr/bin \