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

Bruno Pagani archange at gemini.archlinux.org
Sun May 15 16:13:36 UTC 2022


    Date: Sunday, May 15, 2022 @ 16:13:36
  Author: archange
Revision: 1207464

upgpkg: intel-compute-runtime 22.19.23136-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-15 16:09:12 UTC (rev 1207463)
+++ PKGBUILD	2022-05-15 16:13:36 UTC (rev 1207464)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=intel-compute-runtime
-pkgver=22.18.23063
+pkgver=22.19.23136
 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}-gcc12.patch::https://github.com/intel/compute-runtime/commit/ac01f74924ea9df977466d28fce1a049abc22a9d.patch)
-sha256sums=('3dc6a530838cd80c17fa4de64e615e5aa228623029cd7da4564ced378a5264fa'
-            '9075dc4abc0baf8002463424c6e0fc9d568f4cba6158c8912434e255fe2541cf')
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('8376bd6265ca17430a2f377d6414d9922f9d6a5abf46867dd254f27eb4cc18ad')
 
-prepare() {
-  patch -p1 -d compute-runtime-${pkgver} < ${pkgname}-gcc12.patch
-}
-
 build() {
   # ${${pkgver#*.}%.*} not supported by bash?
   cmake -B build -S compute-runtime-${pkgver} \



More information about the arch-commits mailing list