summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2021-10-24 09:39:12 +0000
committerJack Chen2021-10-24 09:39:12 +0000
commitdea42a7810b794cf7f5dc021e2f534335ac2a600 (patch)
tree40c182b10f72b62f80e953e85f5f024ac47f4b19
parent7936039b3c409860cf065b8cbb3e97666ed1e16d (diff)
downloadaur-dea42a7810b794cf7f5dc021e2f534335ac2a600.tar.gz
update to 2021.4.0-3561
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1021b8bb56e7..04caa966f36f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = intel-cpu-runtime
pkgdesc = Intel(R) CPU Runtime for OpenCL(TM) Applications
- pkgver = 2021.3.0
- pkgrel = 3350
+ pkgver = 2021.4.0
+ pkgrel = 3561
url = https://software.intel.com/content/www/us/en/develop/articles/opencl-runtime-release-notes.html
arch = x86_64
license = custom
@@ -9,10 +9,10 @@ pkgbase = intel-cpu-runtime
depends = hwloc
provides = opencl-intel
provides = opencl-driver
- noextract = intel-oneapi-runtime-tbb-2021.3.0-511_amd64.deb
- noextract = intel-oneapi-runtime-opencl-2021.3.0-3350_amd64.deb
- source = https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-runtime-tbb-2021.3.0-511_amd64.deb
- source = https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-runtime-opencl-2021.3.0-3350_amd64.deb
+ noextract = intel-oneapi-runtime-tbb-2021.4.0-643_amd64.deb
+ noextract = intel-oneapi-runtime-opencl-2021.4.0-3561_amd64.deb
+ source = https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-runtime-tbb-2021.4.0-643_amd64.deb
+ source = https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-runtime-opencl-2021.4.0-3561_amd64.deb
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 14916b99a7cf..34a8230cc3cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Jack Chen <redchenjs@live.com>
pkgname=intel-cpu-runtime
-_pkgver=2021.3.0
-pkgver=2021.3.0
-_pkgrel=511
-pkgrel=3350
+_pkgver=2021.4.0
+pkgver=2021.4.0
+_pkgrel=643
+pkgrel=3561
pkgdesc="Intel(R) CPU Runtime for OpenCL(TM) Applications"
arch=('x86_64')
url="https://software.intel.com/content/www/us/en/develop/articles/opencl-runtime-release-notes.html"