summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)