[arch-commits] Commit in kmod/trunk (PKGBUILD depmod.hook)

Jan Steffens heftig at archlinux.org
Sat Feb 22 20:35:44 UTC 2020


    Date: Saturday, February 22, 2020 @ 20:35:43
  Author: heftig
Revision: 376059

alpm-hooks should use Type = Path, not File

Modified:
  kmod/trunk/PKGBUILD
  kmod/trunk/depmod.hook

-------------+
 PKGBUILD    |    2 +-
 depmod.hook |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 20:34:13 UTC (rev 376058)
+++ PKGBUILD	2020-02-22 20:35:43 UTC (rev 376059)
@@ -21,7 +21,7 @@
 md5sums=('3973a74786670d3062d89a827e266581'
          'SKIP'
          'dd62cbf62bd8f212f51ef8c43bec9a77'
-         '72ce5e14ee3ad8bc06945e0ad4c642ce'
+         'e179ace75721e92b04b2e145b69dab29'
          '18fb3d1f6024a5a84514c8276cb3ebff')
 
 build() {

Modified: depmod.hook
===================================================================
--- depmod.hook	2020-02-22 20:34:13 UTC (rev 376058)
+++ depmod.hook	2020-02-22 20:35:43 UTC (rev 376059)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Operation = Install
 Operation = Upgrade
 Operation = Remove



More information about the arch-commits mailing list