community/spirv-llvm-translator to 15.0.0.r10+g78ad93b9-1

This commit is contained in:
Kevin Mihelich 2023-01-18 12:18:24 +00:00
parent a1b2d8f750
commit cf8841831d

View file

@ -6,8 +6,8 @@
_srcname=SPIRV-LLVM-Translator
pkgname=${_srcname,,}
pkgver=14.0.0.r57+g33898cef
pkgrel=3
pkgver=15.0.0.r10+g78ad93b9
pkgrel=1
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
arch=(x86_64)
url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
@ -16,7 +16,7 @@ depends=(llvm-libs spirv-tools)
makedepends=(git cmake llvm spirv-headers)
checkdepends=(python python-setuptools clang)
# Current point in the used LLVM branch
_commit=33898cef1093f67c73f0623bae941f00034b2db9
_commit=78ad93b9952cb78889b86e9aa390d013c49dca0b
source=(git+${url}.git#commit=$_commit)
sha256sums=('SKIP')