From a482ba801f52616f33e2ec339a807eed220ade4b Mon Sep 17 00:00:00 2001 From: Aurélien DESBRIÈRES Date: Thu, 9 Oct 2014 18:03:00 +0200 Subject: high-performance authoritative-only DNS server --- pcr/knot/PKGBUILD | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'pcr/knot') diff --git a/pcr/knot/PKGBUILD b/pcr/knot/PKGBUILD index a59cb4e85..90586f1ae 100644 --- a/pcr/knot/PKGBUILD +++ b/pcr/knot/PKGBUILD @@ -1,21 +1,20 @@ -# Maintainer: Ondřej Surý -# Contributor: Otto Sabart +# Maintainer : Aurélien DESBRIÈRES +# Contributor: Ondřej Surý +# Contributor: Otto Sabart pkgname=knot -pkgver=1.4.6 +pkgver=1.5.3 pkgrel=1 pkgdesc='high-performance authoritative-only DNS server' url='https://www.knot-dns.cz/' -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') license=('GPL3') install=install depends=('liburcu>=0.5.4' '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') -sha256sums=('55d292467f5c622384ee25e20de094dc6dba7638f886b38dfba345ac1e6caa13' - 'caa870a9c93c57c6311f9e8fb5685a9179bb9839a27a30cc1712c91df0d15090') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -44,3 +43,8 @@ package() { make DESTDIR="${pkgdir}/" install install -Dm 644 "${srcdir}/knot.service" "${pkgdir}/usr/lib/systemd/system/knot.service" } + +check() { + cd "${srcdir}/${pkgname}-${pkgver}" + make check +} -- cgit v1.2.3