From b932b032d15c3df9c2947ecf5285867ed3b0d01a Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 9 Aug 2020 17:54:36 +0000 Subject: [PATCH] community/unbound to 1.11.0-2 --- community/unbound/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index a60671c57..11d0dd26e 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -7,12 +7,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')