diff --git a/pkg.info b/pkg.info index 8be151d..3ad21ea 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: vlc description: Free and open source cross-platform multimedia player and framework version: 3.0.23 -revision: 10 +revision: 11 url: https://www.videolan.org/vlc/ license: GPL2-or-later,LGPL2.1-or-later maintainers: diff --git a/source-files/update-vlc-plugin-cache.bpmhook b/source-files/update-vlc-plugin-cache.bpmhook index 0539a14..8c98cea 100644 --- a/source-files/update-vlc-plugin-cache.bpmhook +++ b/source-files/update-vlc-plugin-cache.bpmhook @@ -1,4 +1,3 @@ -trigger_operations: ["install", "upgrade", "remove"] -target_type: "path" +trigger_actions: ["install", "upgrade", "remove"] targets: ["usr/lib/vlc/plugins/*"] run: "/usr/lib/vlc/vlc-cache-gen /usr/lib/vlc/plugins"