summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartins Mozeiko2017-05-30 19:28:09 -0700
committerMartins Mozeiko2017-05-30 19:28:09 -0700
commit5c6c30f686bdd20adfbb433c36d72b3e30e413a2 (patch)
treee24a00bcc30abe55b232c031f268c3b170f39ee1 /PKGBUILD
parentd033849b5c621cbf520bf1ebd9cddf23522bce94 (diff)
downloadaur-5c6c30f686bdd20adfbb433c36d72b3e30e413a2.tar.gz
update to 1.8.2 version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3496980c0b44..65caa1a5872d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libva-headless
_pkgname=libva
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=1
pkgdesc='Video Acceleration (VA) API for Linux headless systems'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -14,7 +14,7 @@ depends=('libdrm')
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}/${_pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c1d5d85b6b40b76f37993b4da33388d3d73b64998dcbc160b7578e24ed775c73')
+sha256sums=('9ed3e3ddc8f47a715d4c6ec366beb21c83fc4e8a3d4d39a811baff76f0a0cede')
build() {
cd ${_pkgname}-$pkgver