diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-15 11:59:47 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-15 11:59:47 +0100 |
commit | 8277e3709c16c740a06fa50da38f0f44969b6ad1 (patch) | |
tree | a791b9559ca921e1819f3188376d6882ca335ed9 /extra/vlc | |
parent | 34c69f47ed6bbb523c862baa8c7b18957ffd5311 (diff) | |
parent | a829a3b1a4b3eefc7adb1d630f071247e79b9f72 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/linux-tools/PKGBUILD
extra/ntp/PKGBUILD
libre/linux-libre-tools/PKGBUILD
Diffstat (limited to 'extra/vlc')
-rw-r--r-- | extra/vlc/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD index cbbc4e3e9..6652c39c7 100644 --- a/extra/vlc/PKGBUILD +++ b/extra/vlc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 173179 2012-12-12 00:32:08Z eric $ +# $Id: PKGBUILD 173231 2012-12-14 20:30:38Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> # Contributor: Martin Sandsmark <martin.sandsmark@kde.org> pkgname=vlc -pkgver=2.0.4 -pkgrel=5 +pkgver=2.0.5 +pkgrel=1 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64' 'mips64el') url="http://www.videolan.org/vlc/" @@ -61,7 +61,7 @@ backup=('usr/share/vlc/lua/http/.hosts' options=('!libtool' '!emptydirs') install=vlc.install source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('f36dab8f126922c56b372388b7fade47') +md5sums=('4f959c0766ada8cea5a72c65fce94ebe') build() { cd "${srcdir}/${pkgname}-${pkgver}" |