[arch-commits] Commit in glib2/trunk (3 files)
Jan Steffens
heftig at archlinux.org
Sat Feb 22 20:37:54 UTC 2020
Date: Saturday, February 22, 2020 @ 20:37:53
Author: heftig
Revision: 376061
alpm-hooks should use Type = Path, not File
Modified:
glib2/trunk/PKGBUILD
glib2/trunk/gio-querymodules.hook
glib2/trunk/glib-compile-schemas.hook
---------------------------+
PKGBUILD | 4 ++--
gio-querymodules.hook | 2 +-
glib-compile-schemas.hook | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-22 20:36:13 UTC (rev 376060)
+++ PKGBUILD 2020-02-22 20:37:53 UTC (rev 376061)
@@ -19,8 +19,8 @@
glib-compile-schemas.hook gio-querymodules.hook)
sha256sums=('SKIP'
'81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
- 'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
- '5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6')
+ '64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25'
+ '557c88177f011ced17bdeac1af3f882b2ca33b386a866fdf900b35f927a2bbe8')
pkgver() {
cd glib
Modified: gio-querymodules.hook
===================================================================
--- gio-querymodules.hook 2020-02-22 20:36:13 UTC (rev 376060)
+++ gio-querymodules.hook 2020-02-22 20:37:53 UTC (rev 376061)
@@ -1,5 +1,5 @@
[Trigger]
-Type = File
+Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
Modified: glib-compile-schemas.hook
===================================================================
--- glib-compile-schemas.hook 2020-02-22 20:36:13 UTC (rev 376060)
+++ glib-compile-schemas.hook 2020-02-22 20:37:53 UTC (rev 376061)
@@ -1,5 +1,5 @@
[Trigger]
-Type = File
+Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
More information about the arch-commits
mailing list