qt6-shadertools: update to 6.4.0.

This commit is contained in:
John 2022-11-02 18:24:26 +01:00
parent 08e2cdd2cf
commit b06b76946a

View file

@ -1,6 +1,6 @@
# Template file for 'qt6-shadertools'
pkgname=qt6-shadertools
version=6.3.1
version=6.4.0
revision=1
wrksrc="qtshadertools-everywhere-src-${version}"
build_style=cmake
@ -11,10 +11,10 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtshadertools-everywhere-src-${version}.tar.xz"
checksum=59b77176961528cc7b0c9325134655e273aa87b4cb386c0f4683d8f2852e435a
checksum=dbd6a5f00e8178cd2fea7e84c4eef3818de5287d34e20a68383929c754ae3b90
if [ "$CROSS_BUILD" ]; then
configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
configure_args="-DQT_FORCE_BUILD_TOOLS=true"
hostmakedepends+=" qt6-shadertools-devel"
fi