summaryrefslogtreecommitdiff
path: root/pcr/knot
diff options
context:
space:
mode:
authorAurelien Desbrieres <aurelien@hackers.camp>2014-12-23 13:47:42 +0100
committerAurelien Desbrieres <aurelien@hackers.camp>2014-12-23 13:47:42 +0100
commit8cf6435df66cddde802b11efd56b21f1c7798eee (patch)
tree2923b09a9526a326d1b615323d5cc9b0e6516f92 /pcr/knot
parent4faab6023dc99497750eab7e770d2c2210b7e740 (diff)
parent7b6e08004392409f37fb28e2cd0f67e55a73e3b9 (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/~git/abslibre
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')