diff --git a/spirv-llvm-translator/.SRCINFO b/spirv-llvm-translator/.SRCINFO index 74507bb2ea..de6fcf2147 100644 --- a/spirv-llvm-translator/.SRCINFO +++ b/spirv-llvm-translator/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = spirv-llvm-translator pkgdesc = Tool and a library for bi-directional translation between SPIR-V and LLVM IR - pkgver = 18.1.5 + pkgver = 18.1.6 pkgrel = 1 url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator arch = x86_64 @@ -17,7 +17,7 @@ pkgbase = spirv-llvm-translator makedepends = spirv-headers depends = llvm-libs depends = spirv-tools - source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=43fb73fe120e854eddc2e1df9b4bfdc1efd92cd5 - sha256sums = e381923b76869db77497880c77d73e4a8486b495702cd5603981dd578dcc7a63 + source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=7515735e387c65cbb7821a78f122cfd89115a779 + sha256sums = bf5c93cfd70a76e3822b7078b50d0c6f10b139628f4e16e14c897f9086f541ab pkgname = spirv-llvm-translator diff --git a/spirv-llvm-translator/PKGBUILD b/spirv-llvm-translator/PKGBUILD index aa5c35636d..5b3556dcc2 100644 --- a/spirv-llvm-translator/PKGBUILD +++ b/spirv-llvm-translator/PKGBUILD @@ -4,7 +4,7 @@ _srcname=SPIRV-LLVM-Translator pkgname=${_srcname,,} -pkgver=18.1.5 +pkgver=18.1.6 pkgrel=1 pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) @@ -14,9 +14,9 @@ depends=(llvm-libs spirv-tools) makedepends=(git cmake llvm spirv-headers) checkdepends=(python clang) # Current point in the used LLVM branch -_commit=43fb73fe120e854eddc2e1df9b4bfdc1efd92cd5 +_commit=7515735e387c65cbb7821a78f122cfd89115a779 source=(git+${url}.git#commit=$_commit) -sha256sums=('e381923b76869db77497880c77d73e4a8486b495702cd5603981dd578dcc7a63') +sha256sums=('bf5c93cfd70a76e3822b7078b50d0c6f10b139628f4e16e14c897f9086f541ab') pkgver() { git -C ${_srcname} describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'