summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-03-09 00:02:02 +0100
committerMichel Zou2024-03-09 00:02:02 +0100
commit41c0cf6c8c93603840735a0479795ea5b81fa3a4 (patch)
tree254a73c64ca102e74023b96025a867e949e0959b
parent08dce39996581552272181c1ecd793ed687f2e90 (diff)
downloadaur-41c0cf6c8c93603840735a0479795ea5b81fa3a4.tar.gz
17.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19dc3c765ad7..70d2832f7499 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 = 15.0.0.r10+g78ad93b9
+ pkgver = 17.0.0.r6+g70883514
pkgrel = 1
url = https://github.com/KhronosGroup/SPIRV-LLVM-Translator
arch = any
@@ -9,12 +9,12 @@ pkgbase = mingw-w64-spirv-llvm-translator
makedepends = mingw-w64-cmake
makedepends = mingw-w64-llvm
makedepends = mingw-w64-spirv-headers
- makedepends = mingw-w64-spirv-tools
depends = mingw-w64-llvm
+ depends = mingw-w64-spirv-tools
options = !buildflags
options = staticlibs
options = !strip
- source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=78ad93b9952cb78889b86e9aa390d013c49dca0b
+ source = git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=7088351420a8f0c3e5f9be678fd1d16ae826e37f
sha256sums = SKIP
pkgname = mingw-w64-spirv-llvm-translator
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"