Date: Saturday, June 30, 2012 @ 08:57:56 Author: giovanni Revision: 162780
upgpkg: vlc 2.0.2-1 upstream release Modified: vlc/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-30 11:55:07 UTC (rev 162779) +++ PKGBUILD 2012-06-30 12:57:56 UTC (rev 162780) @@ -4,8 +4,8 @@ # Contributor: Martin Sandsmark <[email protected]> pkgname=vlc -pkgver=2.0.1 -pkgrel=3 +pkgver=2.0.2 +pkgrel=1 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" @@ -46,7 +46,8 @@ 'aalib: for ASCII art plugin' 'libmtp: for MTP devices support' 'fluidsynth: for synthesizer MIDI FluidSynth' - 'smbclient: for SMB access plugin') + 'smbclient: for SMB access plugin' + 'libcdio: for audio CD playback support') conflicts=('vlc-plugin') replaces=('vlc-plugin') backup=('usr/share/vlc/lua/http/.hosts' @@ -54,7 +55,7 @@ options=('!libtool' '!emptydirs') install=vlc.install source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('5ad114755670e4881a2b35354e2f79bc') +md5sums=('93e729cc970a4535b3213dbef0e69528') build() { cd "${srcdir}/${pkgname}-${pkgver}"
