shaderc: Update to 2021.2

This commit is contained in:
Biswapriyo Nath
2021-11-11 14:11:57 +05:30
parent 4621c4eca1
commit fdffb9ad01
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ _realname=libplacebo
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=3.120.3
pkgrel=2
pkgrel=3
pkgdesc="Reusable library for GPU-accelerated video/image rendering primitives (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')

View File

@@ -3,8 +3,8 @@
_realname=shaderc
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2021.1
pkgrel=3
pkgver=2021.2
pkgrel=1
pkgdesc="Collection of tools, libraries and tests for shader compilation (mingw-w64)"
url="https://github.com/google/shaderc"
arch=('any')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
echo "${MINGW_PACKAGE_PREFIX}-asciidoctor"))
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/google/shaderc/archive/v${pkgver}.tar.gz"
"0001-fix-glslang-hlsl-linking-order.patch")
sha512sums=('b6668bc2dd54cc745184c6a0b9a8f7ba6579fd6b67691a57179d03300f3054776e70b54b82e54b16e04aa14f3b5b28385079d2533657191a69e5698af3cde444'
sha512sums=('89f6e7f7a197e90e2996eec8f99aebb3f2f8dbbb7f71198d6fd5f13256873f51ac8912cc8170869fbfdc33e089b27d14553e81f9d7fba4c82356363fe6f7e486'
'598c8e32196ac015e5d7e486717163425d9b233851f23540fe4d6a79b86ba07dd6804e9d2e4776a3e0f5c33f5057db0a31b03dccc9a49c66971eb34d32e01a7e')
prepare() {