From 5e3cf932ff80279495cd38e02c739b803e04243e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 19 Nov 2013 16:23:16 +0100 Subject: [PATCH] libvdpau-va-gl: update to 0.2.1. --- srcpkgs/libvdpau-va-gl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/libvdpau-va-gl/template b/srcpkgs/libvdpau-va-gl/template index 254a7d966c..7a6b41a629 100644 --- a/srcpkgs/libvdpau-va-gl/template +++ b/srcpkgs/libvdpau-va-gl/template @@ -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 " 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} }