summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartins Mozeiko2017-11-10 22:28:35 -0800
committerMartins Mozeiko2017-11-10 22:29:41 -0800
commitcfafa88c69e4382a71f19a28e01e12b655bea5f0 (patch)
tree242cb6941249755e835d8e6009a044d70e82ccdf
parentdb9e26485ef30f5bbd2cae9a692c342e4e7b727d (diff)
downloadaur-cfafa88c69e4382a71f19a28e01e12b655bea5f0.tar.gz
update to 2.0.0 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3d42afff561..fb2a0bdc10c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libva-headless
pkgdesc = Video Acceleration (VA) API for Linux headless systems
- pkgver = 1.8.3
+ pkgver = 2.0.0
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.3/libva-1.8.3.tar.bz2
- sha256sums = 56ee129deba99b06eb4a8d4f746b117c5d1dc2ec5b7a0bfc06971fca1598ab9b
+ source = https://github.com/01org/libva/releases/download/2.0.0/libva-2.0.0.tar.bz2
+ sha256sums = bb0601f9a209e60d8d0b867067323661a7816ff429021441b775452b8589e533
pkgname = libva-headless
diff --git a/PKGBUILD b/PKGBUILD
index d7e6407602c9..f3f2201e3043 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libva-headless
_pkgname=libva
-pkgver=1.8.3
+pkgver=2.0.0
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=('56ee129deba99b06eb4a8d4f746b117c5d1dc2ec5b7a0bfc06971fca1598ab9b')
+sha256sums=('bb0601f9a209e60d8d0b867067323661a7816ff429021441b775452b8589e533')
build() {
cd ${_pkgname}-$pkgver