Date: Saturday, November 7, 2020 @ 10:22:17 Author: archange Revision: 745577
upgpkg: intel-compute-runtime 20.44.18297-1 Modified: intel-compute-runtime/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-07 10:22:10 UTC (rev 745576) +++ PKGBUILD 2020-11-07 10:22:17 UTC (rev 745577) @@ -2,7 +2,7 @@ # Maintainer: Bruno Pagani <archa...@archlinux.org> pkgname=intel-compute-runtime -pkgver=20.43.18277 +pkgver=20.44.18297 pkgrel=1 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver" arch=(x86_64) @@ -13,12 +13,14 @@ 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) -sha256sums=('d24f31f19f8807481aee38a909e332abe7944c2cea123a4f1489b784977f7d72') +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') prepare() { cd compute-runtime-${pkgver} - sed -i 's|-Werror||g' CMakeLists.txt + patch -Np1 -i ../${pkgname}-fix-ult-tests.patch } build() {