git » libva.git » commit ccbbaef

upgpkg: 2.2.0-1

author Maxime Gauduin
2018-07-14 06:49:36 UTC
committer Maxime Gauduin
2018-07-14 06:49:36 UTC
parent 7b315112c4d5270fcedea47f8ae94c16df527fb2

upgpkg: 2.2.0-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index adb100b..26aa590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru@archlinux.org>
 
 pkgname=libva
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
             'libva-intel-driver: backend for Intel cards')
 provides=('libva-drm.so' 'libva-glx.so' 'libva-wayland.so' 'libva-x11.so' 'libva.so')
 source=("https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2")
-sha256sums=('f3fa953a11d3210c3a4ee79031abdbe0863d5ce13d9b3f93f315f1eec60a4b0f')
+sha256sums=('6f6ca04c785544d30d315ef130a6aeb9435b75f934d7fbe0e4e9ba6084ce4ef2')
 
 build() {
   cd libva-${pkgver}