[arch-commits] Commit in unbound/trunk (PKGBUILD hook)

Gaëtan Bisson bisson at archlinux.org
Thu Mar 16 17:27:36 UTC 2017


    Date: Thursday, March 16, 2017 @ 17:27:35
  Author: bisson
Revision: 216778

fix hook

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/hook

----------+
 PKGBUILD |    8 +++-----
 hook     |    2 +-
 2 files changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-16 17:23:35 UTC (rev 216777)
+++ PKGBUILD	2017-03-16 17:27:35 UTC (rev 216778)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -14,15 +14,13 @@
 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')
 sha256sums=('42df63f743c0fe8424aeafcf003ad4b880b46c14149d696057313f5c1ef51400'
-            'SKIP'
             '9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
-            '8a00ed90370a5c99664205dc93eb8f2b88e6ffa42842d737fa9228dca670014c'
+            '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
             '07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
 
 install=install

Modified: hook
===================================================================
--- hook	2017-03-16 17:23:35 UTC (rev 216777)
+++ hook	2017-03-16 17:27:35 UTC (rev 216778)
@@ -1,6 +1,6 @@
 [Trigger]
 Type = File
-Target = /etc/trusted-key.key
+Target = etc/trusted-key.key
 Operation = Install
 Operation = Upgrade
 



More information about the arch-commits mailing list