summaryrefslogtreecommitdiff
path: root/pcr/knot
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-12-14 14:33:51 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-12-22 10:06:23 -0300
commit3f6441ae46acbd6ccf113159a52d5b00c4fd6a4e (patch)
tree5c768bc2245f6d526f80922944aa32d9449bac20 /pcr/knot
parent59979e3850945193f75cc64a7cd29c7d006943df (diff)
knot 1.6.1
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')