summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartins Mozeiko2017-05-30 19:28:09 -0700
committerMartins Mozeiko2017-05-30 19:28:09 -0700
commit5c6c30f686bdd20adfbb433c36d72b3e30e413a2 (patch)
treee24a00bcc30abe55b232c031f268c3b170f39ee1
parentd033849b5c621cbf520bf1ebd9cddf23522bce94 (diff)
downloadaur-5c6c30f686bdd20adfbb433c36d72b3e30e413a2.tar.gz
update to 1.8.2 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cafa207c5d5..b3500d069c7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libva-headless
pkgdesc = Video Acceleration (VA) API for Linux headless systems
- pkgver = 1.8.1
+ pkgver = 1.8.2
pkgrel = 1
url = https://01.org/linuxmedia/vaapi
arch = i686
@@ -13,8 +13,8 @@ pkgbase = libva-headless
optdepends = libva-intel-driver: backend for Intel cards
provides = libva
conflicts = libva
- source = https://github.com/01org/libva/releases/download/1.8.1/libva-1.8.1.tar.bz2
- sha256sums = c1d5d85b6b40b76f37993b4da33388d3d73b64998dcbc160b7578e24ed775c73
+ source = https://github.com/01org/libva/releases/download/1.8.2/libva-1.8.2.tar.bz2
+ sha256sums = 9ed3e3ddc8f47a715d4c6ec366beb21c83fc4e8a3d4d39a811baff76f0a0cede
pkgname = libva-headless
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