diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 90b9d6f13..f41102473 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -7,14 +7,14 @@ pkgname=unbound pkgver=1.10.0 -pkgrel=1 +pkgrel=2 pkgdesc='Validating, recursive, and caching DNS resolver' url='https://unbound.net/' license=('custom:BSD') arch=('x86_64') makedepends=('expat') optdepends=('expat: unbound-anchor') -depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors') +depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 'ldns' 'dnssec-anchors') backup=('etc/unbound/unbound.conf') validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D' '21615A7F2478EA8C27DD26B830918D8275724222') @@ -49,6 +49,8 @@ build() { --enable-systemd \ --enable-tfo-client \ --enable-tfo-server \ + --enable-cachedb \ + --with-libhiredis \ --with-conf-file=/etc/unbound/unbound.conf \ --with-pidfile=/run/unbound.pid \ --with-rootkey-file=/etc/trusted-key.key \