diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 01733f993..e6846fc91 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -8,7 +8,7 @@ pkgname=unbound pkgver=1.6.1 -pkgrel=1 +pkgrel=3 pkgdesc='Validating, recursive, and caching DNS resolver' url='https://unbound.net/' license=('custom:BSD') @@ -17,15 +17,14 @@ makedepends=('expat') optdepends=('expat: unbound-anchor') depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors') backup=('etc/unbound/unbound.conf') -validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D') -source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc} +source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz" 'service' 'hook' 'conf') -sha1sums=('41369fcfd37844b02b7293b37ec78e69f0db34c7' 'SKIP' - 'b543ae6f8b87423bec095fca6b335a9ee43739a8' - '098d680a06e730330e3ccbdd58234d07ad1837dc' - '98515708441cb831890a0b6d1986fd40649646c0') +sha256sums=('42df63f743c0fe8424aeafcf003ad4b880b46c14149d696057313f5c1ef51400' + '9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc' + '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3' + '07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e') install=install diff --git a/community/unbound/hook b/community/unbound/hook index c7742cf54..242059215 100644 --- a/community/unbound/hook +++ b/community/unbound/hook @@ -1,6 +1,6 @@ [Trigger] Type = File -Target = /etc/trusted-key.key +Target = etc/trusted-key.key Operation = Install Operation = Upgrade