git » libva.git » commit 0739070

new upstream release

author Bartłomiej Piotrowski
2017-04-13 06:41:49 UTC
committer Bartłomiej Piotrowski
2017-04-13 06:41:49 UTC
parent a58ee52e2fcc909a03f50480dae4537358e034ca

new upstream release

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index d2b066c..2e198d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru@archlinux.org>
 
 pkgname=libva
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@ 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=('eb92f3dcbe3981df3575348377263b31361113c77b2c3745f23174d1f562d658')
+sha256sums=('c1d5d85b6b40b76f37993b4da33388d3d73b64998dcbc160b7578e24ed775c73')
 
 build() {
   cd $pkgname-$pkgver