summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-08-15 22:56:02 +0200
committerMichel Zou2022-08-15 22:56:02 +0200
commit858c3d27802b4180a19cdb8990f8e73a081bab0b (patch)
tree5e0c1697695a209eee8450298170df837380859b
parentc3a1bc7e2b069d11ee8b539726dc59aa23f9432a (diff)
downloadaur-858c3d27802b4180a19cdb8990f8e73a081bab0b.tar.gz
14.0.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39eb538ec1fe..bc5a5de5ccfe 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 = 13.0.0.r27+gd7a03044
+ pkgver = 14.0.0.r57+g33898cef
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=d7a030447802718de76355c248b6bb292669683b
+ source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=33898cef1093f67c73f0623bae941f00034b2db9
sha256sums = SKIP
pkgname = mingw-w64-spirv-llvm-translator
diff --git a/PKGBUILD b/PKGBUILD
index 871c7817137f..d6be63ace5d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_srcname=SPIRV-LLVM-Translator
pkgname=mingw-w64-${_srcname,,}
-pkgver=13.0.0.r27+gd7a03044
+pkgver=14.0.0.r57+g33898cef
pkgrel=1
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR (mingw-w64)"
arch=(any)
@@ -9,8 +9,8 @@ license=(custom)
depends=(mingw-w64-llvm)
makedepends=(git mingw-w64-cmake mingw-w64-llvm mingw-w64-spirv-headers mingw-w64-spirv-tools)
options=('!buildflags' 'staticlibs' '!strip')
-# Required by ISPC
-_commit=d7a030447802718de76355c248b6bb292669683b
+# Current point in the used LLVM branch
+_commit=33898cef1093f67c73f0623bae941f00034b2db9
source=(git+${url}.git#commit=$_commit)
sha256sums=(SKIP)