Date: Sunday, March 6, 2022 @ 12:30:40
  Author: kgizdov
Revision: 1142329

drop bind as dependency

Modified:
  dnsperf/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-06 12:28:14 UTC (rev 1142328)
+++ PKGBUILD    2022-03-06 12:30:40 UTC (rev 1142329)
@@ -5,12 +5,12 @@
 
 pkgname=dnsperf
 pkgver=2.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools that measure performance of authoritative Domain Name services"
 arch=('x86_64')
 url="https://www.dns-oarc.net/tools/dnsperf";
 license=('Apache')
-depends=('bind' 'ldns' 'libck' 'libnghttp2')
+depends=('ldns' 'libck' 'libnghttp2')
 
source=("https://www.dns-oarc.net/files/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
 sha256sums=('952d8b7c9d8a6decbf6f77164728fac6d60bfa1857acc0df8c5404500d0f11dd')
 

Reply via email to