summaryrefslogtreecommitdiffstats
path: root/abs/extra/libva
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-12-09 21:52:11 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-12-09 21:52:11 (GMT)
commita294ae8befa11d1d681349618f1edc0c58f9b8c7 (patch)
tree3ec1eb190427c2f86b7f9911f01e034c8bf9fdc2 /abs/extra/libva
parent2710b515526cb3d3a05ca04e47e63795e0ee66d0 (diff)
downloadlinhes_pkgbuild-a294ae8befa11d1d681349618f1edc0c58f9b8c7.zip
linhes_pkgbuild-a294ae8befa11d1d681349618f1edc0c58f9b8c7.tar.gz
linhes_pkgbuild-a294ae8befa11d1d681349618f1edc0c58f9b8c7.tar.bz2
libva: update to 1.6.1
Diffstat (limited to 'abs/extra/libva')
-rw-r--r--abs/extra/libva/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/libva/PKGBUILD b/abs/extra/libva/PKGBUILD
index c72c8c4..1873cec 100644
--- a/abs/extra/libva/PKGBUILD
+++ b/abs/extra/libva/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
pkgname=libva
-pkgver=1.5.0
+pkgver=1.6.1
pkgrel=1
pkgdesc='Video Acceleration (VA) API for Linux'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('mesa')
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=('ad0b55794308ec397d249a0a2a6df27a')
+md5sums=('7a5eb1fdf531f987211b7228a6a46428')
build() {
cd $pkgname-$pkgver