diff --git a/community/spirv-llvm-translator/PKGBUILD b/community/spirv-llvm-translator/PKGBUILD index 2564742f9..364e78820 100644 --- a/community/spirv-llvm-translator/PKGBUILD +++ b/community/spirv-llvm-translator/PKGBUILD @@ -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')