From: Tomas Krizek Date: Mon, 5 Oct 2020 14:33:09 +0000 (+0200) Subject: distro/arch: nitpicks X-Git-Tag: v5.2.0~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21456844f38f952d469b85ec16454699e0525535;p=thirdparty%2Fknot-resolver.git distro/arch: nitpicks --- diff --git a/distro/arch/PKGBUILD b/distro/arch/PKGBUILD index 86673b0e3..d32f89a99 100644 --- a/distro/arch/PKGBUILD +++ b/distro/arch/PKGBUILD @@ -5,7 +5,7 @@ pkgname=knot-resolver pkgver=__VERSION__ pkgrel=1 -pkgdesc='full caching DNS resolver implementation' +pkgdesc='caching DNSSEC-validating DNS resolver' url='https://www.knot-resolver.cz/' arch=('x86_64' 'armv7h') license=('GPL3') @@ -15,7 +15,7 @@ install=install depends=( 'dnssec-anchors' 'gnutls' - 'knot>=2.8' + 'knot>=2.9' 'libedit' 'libuv' 'lmdb'