summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-11-02 21:20:14 +0100
committerMichel Zou2021-11-02 21:20:14 +0100
commit7d02deb51a618df73b5c4df1c0115c53236ae4e7 (patch)
treea2e105bec3069a7024320c45a71de3fe9c6f7dc0 /PKGBUILD
parent5e19ae092a9125045a37c8f75b97c51f4a8660aa (diff)
downloadaur-7d02deb51a618df73b5c4df1c0115c53236ae4e7.tar.gz
2021.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ba71101836a..f182de71e143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-spirv-tools
-pkgver=2021.1
+pkgver=2021.3
pkgrel=1
pkgdesc="API and commands for processing SPIR-V modules (mingw-w64)"
arch=('any')
@@ -8,8 +8,9 @@ license=('custom')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake' 'mingw-w64-spirv-headers' 'python' 'git')
options=('!strip' '!buildflags' 'staticlibs')
-source=("https://github.com/KhronosGroup/SPIRV-Tools/archive/v${pkgver}.tar.gz" "git+https://github.com/KhronosGroup/SPIRV-Headers.git")
-sha256sums=('bd42f6d766ac50f1a1ab46ce96d59e24ab28fb9779a71fccfa8bad760842c274'
+source=("https://github.com/KhronosGroup/SPIRV-Tools/archive/v${pkgver}.tar.gz"
+ "git+https://github.com/KhronosGroup/SPIRV-Headers.git")
+sha256sums=('b6b4194121ee8084c62b20f8d574c32f766e4e9237dfe60b0658b316d19c6b13'
'SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -23,6 +24,7 @@ build() {
-DSPIRV-Headers_SOURCE_DIR="${srcdir}"/SPIRV-Headers \
-DSPIRV_SKIP_EXECUTABLES=ON \
-DSPIRV_SKIP_TESTS=ON \
+ -DSPIRV_WERROR=OFF \
..
make
popd