git » libva.git » commit 3362190

upgpkg: 2.0.0-1

author Maxime Gauduin
2017-10-29 20:28:36 UTC
committer Maxime Gauduin
2017-10-29 20:28:36 UTC
parent 70286fe089a69f04659d05fb3e51415f39abb41f

upgpkg: 2.0.0-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 311b27b..dbe0733 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
 # Contributor: Ionut Biru <ibiru@archlinux.org>
 
 pkgname=libva
-pkgver=1.8.3
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=('i686' 'x86_64')
 url='https://01.org/linuxmedia/vaapi'
 license=('MIT')
-depends=('libdrm' 'libgl' 'libxfixes')
+depends=('glibc' 'libdrm' 'libgl' 'libx11' 'libxext' 'libxfixes' 'wayland')
 makedepends=('mesa')
 optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
             'libva-intel-driver: backend for Intel cards')
 source=("https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2")
-sha256sums=('56ee129deba99b06eb4a8d4f746b117c5d1dc2ec5b7a0bfc06971fca1598ab9b')
+sha256sums=('bb0601f9a209e60d8d0b867067323661a7816ff429021441b775452b8589e533')
 
 build() {
   cd libva-${pkgver}