Date: Tuesday, March 17, 2020 @ 19:28:43 Author: dbermond Revision: 600412
upgpkg: intel-compute-runtime 20.10.16087-1 Modified: intel-compute-runtime/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-17 19:27:38 UTC (rev 600411) +++ PKGBUILD 2020-03-17 19:28:43 UTC (rev 600412) @@ -2,7 +2,7 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=intel-compute-runtime -pkgver=20.09.15980 +pkgver=20.10.16087 pkgrel=1 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond." arch=(x86_64) @@ -14,7 +14,7 @@ 'libdrm: for cl_intel_va_api_media_sharing') provides=(opencl-driver) source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('26ac5e2f175e5aa53bed322d4f996b4218621e4cc4e3c00a6874224dc3b9c8f2') +sha256sums=('c03bf51b0fc5b84490f6690443e74e1c7958809dc3fb51f53b89f89951acceb9') build() { cmake -B build -S compute-runtime-${pkgver} \
