diff --git a/pkg.info b/pkg.info index 4a04a2f..73eaebf 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: glib description: Low-level core library version: 2.88.0 -revision: 2 +revision: 3 url: https://gitlab.gnome.org/GNOME/glib license: LGPL2.1-or-later maintainers: diff --git a/source-files/gio-querymodules.bpmhook b/source-files/gio-querymodules.bpmhook index 5d90bf0..b7bdd94 100644 --- a/source-files/gio-querymodules.bpmhook +++ b/source-files/gio-querymodules.bpmhook @@ -1,5 +1,3 @@ -trigger_operations: ["install", "upgrade", "remove"] -target_type: "path" +trigger_actions: ["install", "upgrade", "remove"] targets: ["usr/lib/gio/modules/*.so"] -depends: ["glib"] run: "/usr/bin/gio-querymodules /usr/lib/gio/modules" diff --git a/source-files/glib-compile-schemas.bpmhook b/source-files/glib-compile-schemas.bpmhook index 454bf4a..6c23b7d 100644 --- a/source-files/glib-compile-schemas.bpmhook +++ b/source-files/glib-compile-schemas.bpmhook @@ -1,5 +1,3 @@ -trigger_operations: ["install", "upgrade", "remove"] -target_type: "path" +trigger_actions: ["install", "upgrade", "remove"] targets: ["usr/share/glib-2.0/schemas/*.xml","usr/share/glib-2.0/schemas/*.override"] -depends: ["glib"] run: "/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas"