[arch-commits] Commit in vlc/trunk (PKGBUILD update-vlc-plugin-cache.hook)

Antonio Rojas arojas at archlinux.org
Thu Nov 3 19:32:16 UTC 2016


    Date: Thursday, November 3, 2016 @ 19:32:16
  Author: arojas
Revision: 279813

Trigger plugin cache update when installing qt4 (FS#51541)

Modified:
  vlc/trunk/PKGBUILD
  vlc/trunk/update-vlc-plugin-cache.hook

------------------------------+
 PKGBUILD                     |    4 ++--
 update-vlc-plugin-cache.hook |    6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-03 19:24:38 UTC (rev 279812)
+++ PKGBUILD	2016-11-03 19:32:16 UTC (rev 279813)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -62,7 +62,7 @@
 validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key
 md5sums=('55666c9898f658c7fcca12725bf7dd1b'
          'SKIP'
-         '6fdaca3aa56c0676e9c88049b8650324'
+         '6449d0d26bd34bca009eed58a4c20c83'
          '96d3b346d9149ffb1b430066dfb6249a')
 
 prepare() {

Modified: update-vlc-plugin-cache.hook
===================================================================
--- update-vlc-plugin-cache.hook	2016-11-03 19:24:38 UTC (rev 279812)
+++ update-vlc-plugin-cache.hook	2016-11-03 19:32:16 UTC (rev 279813)
@@ -5,6 +5,12 @@
 Operation = Remove
 Target = usr/lib/vlc/plugins/*
 
+[Trigger]
+Type = Package
+Operation = Install
+Operation = Remove
+Target = qt4
+
 [Action]
 Description = Updating the vlc plugin cache...
 When = PostTransaction



More information about the arch-commits mailing list