summaryrefslogtreecommitdiff
path: root/pcr/knot/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-12-23 04:29:59 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-12-23 04:29:59 -0200
commiteca20366df90a363ca44d436ebd8c4c881774063 (patch)
tree45a1b8df0c85c7783dc2cc349d0cf5268718b94b /pcr/knot/PKGBUILD
parent8cf8a53fe020f06efcef814bb6e2960a03e3a849 (diff)
parent7b6e08004392409f37fb28e2cd0f67e55a73e3b9 (diff)
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre/abslibre
Diffstat (limited to 'pcr/knot/PKGBUILD')
-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')