git » libva.git » commit 5354ee1

upgpkg: 2.6.1-1

author Maxime Gauduin
2020-01-18 13:44:08 UTC
committer Maxime Gauduin
2020-01-18 13:44:08 UTC
parent 53179ef5c9ab01b0d815cd042a3e2487da446d58

upgpkg: 2.6.1-1

PKGBUILD +5 -4

diff --git a/PKGBUILD b/PKGBUILD
index fcd284b..fb8c1ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru@archlinux.org>
 
 pkgname=libva
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(x86_64)
@@ -24,8 +24,9 @@ makedepends=(
   meson
 )
 optdepends=(
-  'libva-vdpau-driver: backend for Nvidia and AMD cards'
-  'libva-intel-driver: backend for Intel cards'
+  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
+  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
+  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
 )
 provides=(
   libva-drm.so
@@ -35,7 +36,7 @@ provides=(
   libva.so
 )
 backup=(etc/libva.conf)
-source=(git+https://github.com/intel/libva.git#tag=5f693d9e603e0e83928cec67c30b6ac902d7aa85)
+source=(git+https://github.com/intel/libva.git#tag=b593b7cddd9ecfb4a1c59af078817751eef4bb23)
 sha256sums=(SKIP)
 
 pkgver() {