summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-12-14 23:20:36 -0300
committerDaniel Bermond2021-12-14 23:20:36 -0300
commit5645b5cfc7b43a31ef50385c5f34405389fdabb8 (patch)
tree965198621fcac9fb12ae6aa333c7c8c14262d002
parent4d20f4e01badb791fb3f18b0bcb02d4880277ecd (diff)
downloadaur-5645b5cfc7b43a31ef50385c5f34405389fdabb8.tar.gz
Update to version 2022.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7c0397f75e7..4ba934ec38f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = onevpl-cpu
pkgdesc = oneVPL runtime implementation for CPU
- pkgver = 2021.6.0
+ pkgver = 2022.0.0
pkgrel = 1
url = https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onevpl.html
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = onevpl-cpu
depends = ffmpeg
provides = onevpl-runtime
options = !emptydirs
- source = https://github.com/oneapi-src/oneVPL-cpu/archive/v2021.6.0/onevpl-cpu-2021.6.0.tar.gz
+ source = https://github.com/oneapi-src/oneVPL-cpu/archive/v2022.0.0/onevpl-cpu-2022.0.0.tar.gz
source = 010-onevpl-cpu-fix-libs.patch
source = 020-onevpl-cpu-googletest-remove-werror.patch
- sha256sums = 9ab4a3e9a51e32f20dddf137ec716e259130ca84d52365776a443823e4ddcc0d
+ sha256sums = 6f143db3db1f0c6c6d8eb5833fdd5da4627602ceafaf93b4eeee65796bf54cc2
sha256sums = ab8858a2fd1da6de829c180fdf91e41cbaa7caca71ebcb7dff377816ba42c7b0
sha256sums = a0caaa1dd7701b6a13ebe58bc6917c4f10f787f33d4d7e53d52766ddf985b980
diff --git a/PKGBUILD b/PKGBUILD
index 882fceadff8b..a6abf423ba0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=onevpl-cpu
-pkgver=2021.6.0
+pkgver=2022.0.0
pkgrel=1
pkgdesc='oneVPL runtime implementation for CPU'
arch=('x86_64')
@@ -14,7 +14,7 @@ provides=('onevpl-runtime')
source=("https://github.com/oneapi-src/oneVPL-cpu/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
'010-onevpl-cpu-fix-libs.patch'
'020-onevpl-cpu-googletest-remove-werror.patch')
-sha256sums=('9ab4a3e9a51e32f20dddf137ec716e259130ca84d52365776a443823e4ddcc0d'
+sha256sums=('6f143db3db1f0c6c6d8eb5833fdd5da4627602ceafaf93b4eeee65796bf54cc2'
'ab8858a2fd1da6de829c180fdf91e41cbaa7caca71ebcb7dff377816ba42c7b0'
'a0caaa1dd7701b6a13ebe58bc6917c4f10f787f33d4d7e53d52766ddf985b980')