community/spirv-llvm-translator to 14.0.0.r57+g33898cef-3

This commit is contained in:
Kevin Mihelich 2023-01-04 11:34:44 +00:00
parent 6520f0dfed
commit 17ecd8c6e3

View file

@ -7,7 +7,7 @@
_srcname=SPIRV-LLVM-Translator
pkgname=${_srcname,,}
pkgver=14.0.0.r57+g33898cef
pkgrel=1
pkgrel=3
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"
@ -18,7 +18,7 @@ checkdepends=(python python-setuptools clang)
# Current point in the used LLVM branch
_commit=33898cef1093f67c73f0623bae941f00034b2db9
source=(git+${url}.git#commit=$_commit)
sha256sums=(SKIP)
sha256sums=('SKIP')
pkgver() {
cd ${_srcname}