Date: Tuesday, July 28, 2020 @ 16:30:46 Author: dbermond Revision: 665664
upgpkg: intel-graphics-compiler 1:1.0.4361-2 Make package to be reproducible by specifying commits. Modified: intel-graphics-compiler/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-28 16:28:28 UTC (rev 665663) +++ PKGBUILD 2020-07-28 16:30:46 UTC (rev 665664) @@ -4,7 +4,7 @@ pkgname=intel-graphics-compiler epoch=1 pkgver=1.0.4361 -pkgrel=1 +pkgrel=2 pkgdesc="Intel Graphics Compiler for OpenCL" arch=(x86_64) url="https://github.com/intel/intel-graphics-compiler" @@ -13,8 +13,8 @@ makedepends=(git cmake clang llvm python) options=(!emptydirs) source=(${url}/archive/igc-${pkgver}.tar.gz - git+https://github.com/intel/vc-intrinsics.git - git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git) + git+https://github.com/intel/vc-intrinsics.git#commit=d7c5f99bd910a681b907815ebd44ef319ff417c4 + git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=e87b59a77abb30d3b5fb0b3e0555a39acbe5ebb4) sha256sums=('6e47c34646f188b3b3eb7e77423b8a17108c0e69d2b5936076d08e6b3ac4c993' 'SKIP' 'SKIP')
