mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/vlc to 2.2.4-5
This commit is contained in:
parent
9c617acb8b
commit
1f07bae170
2 changed files with 8 additions and 2 deletions
|
@ -8,7 +8,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/"
|
||||
|
@ -65,7 +65,7 @@ source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.
|
|||
validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key
|
||||
md5sums=('55666c9898f658c7fcca12725bf7dd1b'
|
||||
'SKIP'
|
||||
'6fdaca3aa56c0676e9c88049b8650324'
|
||||
'6449d0d26bd34bca009eed58a4c20c83'
|
||||
'96d3b346d9149ffb1b430066dfb6249a')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -5,6 +5,12 @@ Operation = Upgrade
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue