libvdpau-va-gl: update to 0.2.1.

This commit is contained in:
Juan RP 2013-11-19 16:23:16 +01:00
parent 4836819e75
commit 5e3cf932ff
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libvdpau-va-gl'
pkgname=libvdpau-va-gl
version=0.2.0
version=0.2.1
revision=1
build_style=cmake
hostmakedepends="pkg-config cmake"
@ -10,7 +10,6 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3"
homepage="https://github.com/i-rinat/libvdpau-va-gl"
do_fetch() {
git clone -b v${version} git://github.com/i-rinat/${pkgname}.git ${pkgname}-${version}
}