Date: Saturday, August 8, 2020 @ 08:52:26 Author: arojas Revision: 671982
hiredis 1.0.0 rebuild Modified: unbound/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-08 08:48:36 UTC (rev 671981) +++ PKGBUILD 2020-08-08 08:52:26 UTC (rev 671982) @@ -4,12 +4,12 @@ pkgname=unbound pkgver=1.11.0 -pkgrel=1 +pkgrel=2 pkgdesc='Validating, recursive, and caching DNS resolver' url='https://unbound.net/' license=('custom:BSD') arch=('x86_64') -makedepends=('expat') +makedepends=('expat' 'systemd') optdepends=('expat: unbound-anchor') depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 'ldns' 'dnssec-anchors') backup=('etc/unbound/unbound.conf')
