From 82ed91f730669b86915765ec80cf3f7709eb69f8 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 10 May 2026 16:18:52 +0300 Subject: [PATCH] Update bpm hook --- pkg.info | 2 +- source-files/update-vlc-plugin-cache.bpmhook | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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"