git » spirv-llvm-translator.git » commit 7b2d6d8

upgpkg: 18.1.5-1

author Daniel Bermond
2024-10-06 03:24:05 UTC
committer Daniel Bermond
2024-10-06 03:24:05 UTC
parent e0d8167ec53f066dc37627023ef09c37c8460278

upgpkg: 18.1.5-1

.SRCINFO +3 -3
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index 4193163..df23332 100644
--- a/.SRCINFO
+++ b/.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.4
+	pkgver = 18.1.5
 	pkgrel = 1
 	url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
 	arch = x86_64
@@ -13,7 +13,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=242df2cb83e2322b456990fb0ca3e30bd9209ed0
-	sha256sums = 8b9e77c7d1817b1a3e49db18a3240c57769c72a3a5b2bf70c9bdab46cbb3124b
+	source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=43fb73fe120e854eddc2e1df9b4bfdc1efd92cd5
+	sha256sums = e381923b76869db77497880c77d73e4a8486b495702cd5603981dd578dcc7a63
 
 pkgname = spirv-llvm-translator
diff --git a/PKGBUILD b/PKGBUILD
index 2912393..1bc5c05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 _srcname=SPIRV-LLVM-Translator
 pkgname=${_srcname,,}
-pkgver=18.1.4
+pkgver=18.1.5
 pkgrel=1
 pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
 arch=(x86_64)
@@ -13,9 +13,9 @@ depends=(llvm-libs spirv-tools)
 makedepends=(git cmake llvm spirv-headers)
 checkdepends=(python clang)
 # Current point in the used LLVM branch
-_commit=242df2cb83e2322b456990fb0ca3e30bd9209ed0
+_commit=43fb73fe120e854eddc2e1df9b4bfdc1efd92cd5
 source=(git+${url}.git#commit=$_commit)
-sha256sums=('8b9e77c7d1817b1a3e49db18a3240c57769c72a3a5b2bf70c9bdab46cbb3124b')
+sha256sums=('e381923b76869db77497880c77d73e4a8486b495702cd5603981dd578dcc7a63')
 
 pkgver() {
   git -C ${_srcname} describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'