AUR intel-graphics-compiler-bin: opencl-clang not found?

Hello, for longer than a week now, there has been a newer version of intel-graphics-compiler-bin in the AUR, however it will not install. It outputs the following:

me@mine ~ $ pamac update
Preparing...
Synchronizing package databases...
Cloning intel-graphics-compiler-bin build files...
Generating intel-graphics-compiler-bin information...
Checking intel-graphics-compiler-bin dependencies...
Resolving dependencies...
Checking inter-conflicts...

To build (1):
  intel-graphics-compiler-bin  1:1.0.16238.4-1  (1:1.0.15985.7-1)  AUR

Edit build files : [e] 
Apply transaction ? [e/y/N] y

==== AUTHENTICATING FOR org.manjaro.pamac.commit ====
Authentication is required to install, update, or remove packages
Authenticating as: Me (me)
Password: 
==== AUTHENTICATION COMPLETE ====

Building intel-graphics-compiler-bin...
==> Making package: intel-graphics-compiler-bin 1:1.0.16238.4-1 (Fri 12 Apr 2024 12:49:26 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found intel-igc-core_1.0.16238.4_amd64.deb
  -> Found intel-igc-media_1.0.16238.4_amd64.deb
  -> Found intel-igc-opencl-devel_1.0.16238.4_amd64.deb
  -> Found intel-igc-opencl_1.0.16238.4_amd64.deb
  -> Updating opencl-clang git repo...
  -> Found LICENSE
==> Validating source files with sha256sums...
    intel-igc-core_1.0.16238.4_amd64.deb ... Passed
    intel-igc-media_1.0.16238.4_amd64.deb ... Passed
    intel-igc-opencl-devel_1.0.16238.4_amd64.deb ... Passed
    intel-igc-opencl_1.0.16238.4_amd64.deb ... Passed
    opencl-clang ... NOT FOUND
    LICENSE ... Passed
==> ERROR: One or more files did not pass the validity check!
Error: Failed to build intel-graphics-compiler-bin
me@mine ~ $ 

Tried editing the build file, but couldn’t see why opencl-clang would not be found. Anything I can do on my end? There doesn’t appear to be a separate package just for opencl-clang, except what may be essentially a nightly git version:

me@mine ~ $ pamac search opencl-clang
intel-graphics-compiler-git  1:1.0.15136.0.r195.g29f439cf2-1  AUR
    Intel Graphics Compiler for OpenCL (git version)
intel-graphics-compiler  1:1.0.15610.11-1  extra
    Intel Graphics Compiler for OpenCL
intel-graphics-compiler-bin  1:1.0.15985.7-1 [Installed]  AUR
    Intel Graphics Compiler for OpenCL (pre-compiled binaries)
intel-opencl-clang-git  11.0.0.r16.g65d5b66-1  AUR
    Wrapper library around clang that can compile OpenCL C kernels to SPIR-V modules (git version)
me@mine ~ $ 

Thanks and Mabox is the best!

For AUR packages, you will probably get to the bottom of the problem much faster by leaving a message on the aur page where the maintainer can see it.

https://aur.archlinux.org/packages/intel-graphics-compiler-bin

Looking quickly at the PKGBUILD, it appears to be trying to download opencl-clang from this github repository:

…and something is going wrong. The AUR package maintainer is the person who would know best how to track down what that something is.