Date: Tuesday, August 2, 2022 @ 18:17:48 Author: archange Revision: 1259857
upgpkg: intel-compute-runtime 22.30.23789-1 Modified: intel-compute-runtime/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-02 17:29:15 UTC (rev 1259856) +++ PKGBUILD 2022-08-02 18:17:48 UTC (rev 1259857) @@ -2,7 +2,7 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=intel-compute-runtime -pkgver=22.29.23750 +pkgver=22.30.23789 pkgrel=1 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver" arch=(x86_64) @@ -15,15 +15,9 @@ provides=(opencl-driver level-zero-driver) # https://github.com/intel/compute-runtime/issues/528 options=(!lto) -source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz - ${pkgname}-fix-odr-issues.patch::https://github.com/intel/compute-runtime/commit/78c96db2faacdc3406a24a91f017aeae40b7ca54.patch) -sha256sums=('c473fa8e2b2cd7d7df86287e3fe71d6c9252ee644f06ae12b9ce459df997b214' - '0ede1c3dedeb41c4441938690c8d0e9e6a5dafdec530d45b35de3923fc12a6af') +source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha256sums=('f59e435de687c3719b54119437e4c9a574a98466a38f532572a1367efde8e964') -prepare() { - patch -p1 -d compute-runtime-${pkgver} < ${pkgname}-fix-odr-issues.patch -} - build() { # ${${pkgver#*.}%.*} not supported by bash? cmake -B build -S compute-runtime-${pkgver} \
