summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-01-27 20:47:44 +0100
committerMichel Zou2023-01-27 20:47:44 +0100
commit08dce39996581552272181c1ecd793ed687f2e90 (patch)
treea57b0836e02a3e8d90780f912cc1c092615ee3a1
parent858c3d27802b4180a19cdb8990f8e73a081bab0b (diff)
downloadaur-08dce39996581552272181c1ecd793ed687f2e90.tar.gz
15.0.0.r10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc5a5de5ccfe..19dc3c765ad7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-spirv-llvm-translator
pkgdesc = Tool and a library for bi-directional translation between SPIR-V and LLVM IR (mingw-w64)
- pkgver = 14.0.0.r57+g33898cef
+ pkgver = 15.0.0.r10+g78ad93b9
pkgrel = 1
url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-spirv-llvm-translator
options = !buildflags
options = staticlibs
options = !strip
- source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=33898cef1093f67c73f0623bae941f00034b2db9
+ source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=78ad93b9952cb78889b86e9aa390d013c49dca0b
sha256sums = SKIP
pkgname = mingw-w64-spirv-llvm-translator
diff --git a/PKGBUILD b/PKGBUILD
index d6be63ace5d6..4535bddcdeec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_srcname=SPIRV-LLVM-Translator
pkgname=mingw-w64-${_srcname,,}
-pkgver=14.0.0.r57+g33898cef
+pkgver=15.0.0.r10+g78ad93b9
pkgrel=1
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ depends=(mingw-w64-llvm)
makedepends=(git mingw-w64-cmake mingw-w64-llvm mingw-w64-spirv-headers mingw-w64-spirv-tools)
options=('!buildflags' 'staticlibs' '!strip')
# Current point in the used LLVM branch
-_commit=33898cef1093f67c73f0623bae941f00034b2db9
+_commit=78ad93b9952cb78889b86e9aa390d013c49dca0b
source=(git+${url}.git#commit=$_commit)
sha256sums=(SKIP)