diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index e7440b875..f317e89db 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -7,7 +7,7 @@ # - disable LTO (--disable-flto) pkgname=unbound -pkgver=1.6.3 +pkgver=1.6.4 pkgrel=1 pkgdesc='Validating, recursive, and caching DNS resolver' url='https://unbound.net/' @@ -22,9 +22,9 @@ source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc} 'service' 'hook' 'conf') -sha256sums=('4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f' +sha256sums=('df0a88816ec31ccb8284c9eb132e1166fbf6d9cde71fbc4b8cd08a91ee777fed' 'SKIP' - '9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc' + '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556' '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3' '07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e') diff --git a/community/unbound/service b/community/unbound/service index c569602de..c8cf7d37a 100644 --- a/community/unbound/service +++ b/community/unbound/service @@ -1,5 +1,7 @@ [Unit] Description=Unbound DNS Resolver +Wants=nss-lookup.target +Before=network-online.target nss-lookup.target After=network.target [Service]