author | Evangelos Foutras
<foutrelis@archlinux.org> 2024-06-30 10:45:51 UTC |
committer | Evangelos Foutras
<foutrelis@archlinux.org> 2024-06-30 10:45:51 UTC |
parent | f520eef0e3fce2801da282f6e29b78c100b6ab01 |
.SRCINFO | +4 | -4 |
PKGBUILD | +4 | -4 |
diff --git a/.SRCINFO b/.SRCINFO index 24341fa..dddc668 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = spirv-llvm-translator pkgdesc = Tool and a library for bi-directional translation between SPIR-V and LLVM IR - pkgver = 17.0.0.r6+g70883514 - pkgrel = 2 + pkgver = 18.1.1.r1+g3e602b45 + pkgrel = 1 url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator arch = x86_64 license = LicenseRef-custom @@ -14,7 +14,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=7088351420a8f0c3e5f9be678fd1d16ae826e37f - sha256sums = SKIP + source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=3e602b4577ed85b4d5a48fd7d7df11c2f9b49d13 + sha256sums = 53fe1e4e55f319d22baab551ce2ced9329579c4d3cd80fe64b2dea28638778f2 pkgname = spirv-llvm-translator diff --git a/PKGBUILD b/PKGBUILD index 333f551..872ff78 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ _srcname=SPIRV-LLVM-Translator pkgname=${_srcname,,} -pkgver=17.0.0.r6+g70883514 -pkgrel=2 +pkgver=18.1.1.r1+g3e602b45 +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" @@ -13,9 +13,9 @@ depends=(llvm-libs spirv-tools) makedepends=(git cmake llvm spirv-headers) checkdepends=(python python-setuptools clang) # Current point in the used LLVM branch -_commit=7088351420a8f0c3e5f9be678fd1d16ae826e37f +_commit=3e602b4577ed85b4d5a48fd7d7df11c2f9b49d13 source=(git+${url}.git#commit=$_commit) -sha256sums=('SKIP') +sha256sums=('53fe1e4e55f319d22baab551ce2ced9329579c4d3cd80fe64b2dea28638778f2') pkgver() { cd ${_srcname}