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

Gaëtan Bisson bisson at archlinux.org
Sun Jan 19 03:31:03 UTC 2020


    Date: Sunday, January 19, 2020 @ 03:31:03
  Author: bisson
Revision: 553114

alpm-hooks should use Type = Path, not File

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-18 22:42:34 UTC (rev 553113)
+++ PKGBUILD	2020-01-19 03:31:03 UTC (rev 553114)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -23,7 +23,7 @@
             'SKIP'
             '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
             '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-            '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
+            'afb7a0a5e2da327c27c8f666b1ffaf34689121684c301928624221ac1d0c066a')
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"

Modified: hook
===================================================================
--- hook	2020-01-18 22:42:34 UTC (rev 553113)
+++ hook	2020-01-19 03:31:03 UTC (rev 553114)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Target = etc/trusted-key.key
 Operation = Install
 Operation = Upgrade



More information about the arch-commits mailing list