git » vlc.git » commit a191d06

alpm-hooks should use Type = Path, not File

author Andreas Radke
2020-04-26 11:37:55 UTC
committer Andreas Radke
2020-04-26 11:37:55 UTC
parent 3d91aa770d0e6722baf986e2603dab0b1a82278f

alpm-hooks should use Type = Path, not File

PKGBUILD +2 -2
update-vlc-plugin-cache.hook +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 14bb0a6..fbe2095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _vlcver=3.0.9.2
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -100,7 +100,7 @@ source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver
         lua53_compat.patch)
 sha512sums=('c1009871449b3547ee8fec0c6e95fcf8f7b0328aa85c0c9670aa38ce11d083bae74584ec501b131232cd00fda707d6269ffa5f42c95aa04fe84b44045ca44409'
             'SKIP'
-            '80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
+            'b247510ffeadfd439a5dadd170c91900b6cdb05b5ca00d38b1a17c720ffe5a9f75a32e0cb1af5ebefdf1c23c5acc53513ed983a736e8fa30dd8fad237ef49dd3'
             '33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
 validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release Signing Key
 
diff --git a/update-vlc-plugin-cache.hook b/update-vlc-plugin-cache.hook
index 3fbf13d..d651e4e 100644
--- a/update-vlc-plugin-cache.hook
+++ b/update-vlc-plugin-cache.hook
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Operation = Install
 Operation = Upgrade
 Operation = Remove