summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2024-03-09 00:02:02 +0100
committerMichel Zou2024-03-09 00:02:02 +0100
commit41c0cf6c8c93603840735a0479795ea5b81fa3a4 (patch)
tree254a73c64ca102e74023b96025a867e949e0959b /PKGBUILD
parent08dce39996581552272181c1ecd793ed687f2e90 (diff)
downloadaur-mingw-w64-spirv-llvm-translator.tar.gz
17.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4535bddcdeec..3ff388566040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
_srcname=SPIRV-LLVM-Translator
pkgname=mingw-w64-${_srcname,,}
-pkgver=15.0.0.r10+g78ad93b9
+pkgver=17.0.0.r6+g70883514
pkgrel=1
pkgdesc="Tool and a library for bi-directional translation between SPIR-V and LLVM IR (mingw-w64)"
arch=(any)
url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
license=(custom)
-depends=(mingw-w64-llvm)
-makedepends=(git mingw-w64-cmake mingw-w64-llvm mingw-w64-spirv-headers mingw-w64-spirv-tools)
+depends=(mingw-w64-llvm mingw-w64-spirv-tools)
+makedepends=(git mingw-w64-cmake mingw-w64-llvm mingw-w64-spirv-headers)
options=('!buildflags' 'staticlibs' '!strip')
# Current point in the used LLVM branch
-_commit=78ad93b9952cb78889b86e9aa390d013c49dca0b
+_commit=7088351420a8f0c3e5f9be678fd1d16ae826e37f
source=(git+${url}.git#commit=$_commit)
-sha256sums=(SKIP)
+sha256sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"