shaderc: Update to 2025.4 (#25855)

This commit is contained in:
Christoph Reiter 2025-10-08 09:43:08 +02:00 committed by GitHub
parent 5681a96eb5
commit 5a5411c2f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
_realname=shaderc
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2025.3
pkgver=2025.4
pkgrel=1
pkgdesc="Collection of tools, libraries and tests for shader compilation (mingw-w64)"
arch=('any')
@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-asciidoctor")
source=("https://github.com/google/shaderc/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
"0001-fix-glslang-hlsl-linking-order.patch")
sha256sums=('a8e4a25e5c2686fd36981e527ed05e451fcfc226bddf350f4e76181371190937'
sha256sums=('8a89fb6612ace8954470aae004623374a8fc8b7a34a4277bee5527173b064faf'
'af880b221603e2b5c34dd306feeb4fa9af5803ebc841d64ab8e4be0e7455a6ba')
prepare() {