[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Sat Nov 14 23:15:33 UTC 2020


    Date: Saturday, November 14, 2020 @ 23:15:33
  Author: archange
Revision: 754234

upgpkg: intel-compute-runtime 20.45.18403-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-14 23:03:08 UTC (rev 754233)
+++ PKGBUILD	2020-11-14 23:15:33 UTC (rev 754234)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=intel-compute-runtime
-pkgver=20.44.18297
+pkgver=20.45.18403
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver"
 arch=(x86_64)
@@ -13,16 +13,9 @@
 optdepends=('libva: for cl_intel_va_api_media_sharing'
             'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
-source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-        ${pkgname}-fix-ult-tests.patch::https://github.com/intel/compute-runtime/commit/f9e0c04b542ba6fd41952df7282a6984cf75d77a.patch)
-sha256sums=('ce0d3a50606bd88e7e5ad306b9a5f8755804e0d55645e7e836d6784447e34071'
-            'ae727e69778f811a534d249486987c62afefdd7c743fb9d3e9aed89b1c05de36')
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6f7c36c5574aeb4aa3a77c2aaa4dcb205394ba6c56f6351a7b041c0ed8280b99')
 
-prepare() {
-  cd compute-runtime-${pkgver}
-  patch -Np1 -i ../${pkgname}-fix-ult-tests.patch
-}
-
 build() {
   cmake -B build -S compute-runtime-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \



More information about the arch-commits mailing list