Date: Sunday, December 27, 2015 @ 19:51:20 Author: bpiotrowski Revision: 257301
upgpkg: libva 1.6.2-1 new upstream release Modified: libva/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-27 13:33:29 UTC (rev 257300) +++ PKGBUILD 2015-12-27 18:51:20 UTC (rev 257301) @@ -3,7 +3,7 @@ # Maintainer: Bartłomiej Piotrowski <[email protected]> pkgname=libva -pkgver=1.6.1 +pkgver=1.6.2 pkgrel=1 pkgdesc='Video Acceleration (VA) API for Linux' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards' 'libva-intel-driver: backend for Intel cards') source=(http://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('7a5eb1fdf531f987211b7228a6a46428') +md5sums=('430cc2742df60204f121409c06039d09') build() { cd $pkgname-$pkgver
