extra/vlc to 2.2.3-2

This commit is contained in:
Kevin Mihelich 2016-05-05 00:50:52 +00:00
parent 11617db7e9
commit 6d5e64110d
2 changed files with 3 additions and 10 deletions

View file

@ -7,8 +7,8 @@
# - enable gles2
pkgname=vlc
pkgver=2.2.2
pkgrel=4
pkgver=2.2.3
pkgrel=2
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
@ -64,7 +64,7 @@ install=vlc.install
source=("http://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
"lua53_compat.patch")
validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key
md5sums=('f98d60f0f59ef72b6e3407f2ff09bda6'
md5sums=('ecbc65be549e5cc83e4cbe0129e66dcd'
'SKIP'
'96d3b346d9149ffb1b430066dfb6249a')

View file

@ -1,7 +1,5 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
update-desktop-database -q
}
post_upgrade() {
@ -11,8 +9,3 @@ post_upgrade() {
pre_remove() {
rm -f usr/lib/vlc/plugins/plugins-*.dat
}
post_remove() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}