git » vlc.git » commit 5ef91cd

upstream release

author Giovanni Scafora
2010-07-22 16:13:16 UTC
committer Giovanni Scafora
2010-07-22 16:13:16 UTC
parent 912e4b2d06e6b8dc036ca6539cb65d450a275a20

upstream release

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index a78dc3f..a0a0b7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
 pkgbase=vlc
 pkgname=('vlc'
          'vlc-plugin')
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
 license=('GPL')
@@ -21,7 +21,7 @@ makedepends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'lirc-utils'
              'libraw1394' 'libdc1394' 'libavc1394' 'libva')
 
 source=("http://download.videolan.org/pub/videolan/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2")
-md5sums=('e2142957137b183a5ad0a4827c39f655')
+md5sums=('7e177faa61450ce752b0fd89ecc81fed')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"