git » libva.git » commit 928b016

update to 1.0.6

author Ionuț Mircea Bîru
2010-11-12 20:19:36 UTC
committer Ionuț Mircea Bîru
2010-11-12 20:19:36 UTC
parent 9d5c140c0b34be780e2270dfdfa634ca63ff0e21

update to 1.0.6

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 627adbc..7837424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer : Ionut Biru <ibiru@archlinux.org>
 pkgname=libva
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc="Video Acceleration (VA) API for Linux"
 arch=('i686' 'x86_64')
 url="http://freedesktop.org/wiki/Software/vaapi"
@@ -12,7 +12,7 @@ optdepends=('vdpau-video: VDPAU backend for VA API')
 options=('!libtool')
 source=(http://cgit.freedesktop.org/libva/snapshot/${pkgname}-${pkgver}.tar.bz2
         libva-dont-install-tests.patch)
-md5sums=('676f0bd52844e0f5c03982e739ee1e31'
+md5sums=('c4680eb0d9004c72cd6e4de45cf479cf'
          '0a9bd14c36545c0e9819dfe32ea80f41')
 
 build() {