summaryrefslogtreecommitdiff
path: root/pcr/knot
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/knot')
-rw-r--r--pcr/knot/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/pcr/knot/PKGBUILD b/pcr/knot/PKGBUILD
index 90586f1ae..c297aa299 100644
--- a/pcr/knot/PKGBUILD
+++ b/pcr/knot/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: Otto Sabart <seberm[at]gmail[dot]com>
pkgname=knot
-pkgver=1.5.3
+pkgver=1.6.1
pkgrel=1
pkgdesc='high-performance authoritative-only DNS server'
url='https://www.knot-dns.cz/'
arch=('i686' 'x86_64')
license=('GPL3')
install=install
-depends=('liburcu>=0.5.4' 'openssl>=1.0.0' 'zlib')
+depends=('liburcu' 'openssl>=1.0.0' 'zlib')
makedepends=('autoconf>=2.65' 'libtool' 'flex>=2.5.3' 'bison>=2.3')
source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"
'knot.service')
@@ -48,3 +48,5 @@ check() {
cd "${srcdir}/${pkgname}-${pkgver}"
make check
}
+md5sums=('c726ebf12fd2f325da8407538a2124f2'
+ '4f775e901f66bf4c9d231493eeb8d72a')