mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/vlc to 2.0.6-1
This commit is contained in:
parent
c44beaca38
commit
80fb27b5a9
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
||||||
# - drop oss support
|
# - drop oss support
|
||||||
|
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
pkgver=2.0.5
|
pkgver=2.0.6
|
||||||
pkgrel=5
|
pkgrel=1
|
||||||
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
|
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.videolan.org/vlc/"
|
url="http://www.videolan.org/vlc/"
|
||||||
|
@ -62,7 +62,7 @@ backup=('usr/share/vlc/lua/http/.hosts'
|
||||||
options=('!libtool' '!emptydirs')
|
options=('!libtool' '!emptydirs')
|
||||||
install=vlc.install
|
install=vlc.install
|
||||||
source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
||||||
md5sums=('4f959c0766ada8cea5a72c65fce94ebe')
|
md5sums=('b45be633c71dca04ca7d6c3d64dd728b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue