diff --git a/pkg.info b/pkg.info index 0006b2d..344dc4e 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: gtk4 description: GObject-based multi-platform GUI toolkit version 4 version: 4.23.0 -revision: 1 +revision: 2 url: https://www.gtk.org/ license: LGPL2.1-or-later maintainers: diff --git a/source-files/gtk-update-icon-cache.bpmhook b/source-files/gtk-update-icon-cache.bpmhook index cbcdcf0..833170e 100644 --- a/source-files/gtk-update-icon-cache.bpmhook +++ b/source-files/gtk-update-icon-cache.bpmhook @@ -1,5 +1,3 @@ -trigger_operations: ["install", "upgrade"] -target_type: "path" +trigger_actions: ["install", "upgrade"] targets: ["usr/share/icons/*/"] -depends: ["gtk-update-icon-cache"] run: "/var/lib/bpm/hook-scripts/gtk-update-icon-cache.sh" diff --git a/source-files/gtk4-querymodules.bpmhook b/source-files/gtk4-querymodules.bpmhook index 5cda3a6..416c82a 100644 --- a/source-files/gtk4-querymodules.bpmhook +++ b/source-files/gtk4-querymodules.bpmhook @@ -1,5 +1,3 @@ -trigger_operations: ["install", "upgrade"] -target_type: "path" +trigger_actions: ["install", "upgrade"] targets: ["usr/lib/gtk-4.0/4.0.0/*/"] -depends: ["gtk4","glib"] run: "/var/lib/bpm/hook-scripts/gtk4-querymodules.sh"