diff --git a/srcpkgs/qt6-remoteobjects/template b/srcpkgs/qt6-remoteobjects/template index cdc3b23f52d..a86f566c1a5 100644 --- a/srcpkgs/qt6-remoteobjects/template +++ b/srcpkgs/qt6-remoteobjects/template @@ -1,6 +1,6 @@ # Template file for 'qt6-remoteobjects' pkgname=qt6-remoteobjects -version=6.3.1 +version=6.4.0 revision=1 wrksrc="qtremoteobjects-everywhere-src-${version}" build_style=cmake @@ -14,11 +14,11 @@ maintainer="Đoàn Trần Công Danh " license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0" homepage="https://qt.io/" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtremoteobjects-everywhere-src-${version}.tar.xz" -checksum=ea6d038b11c60981de0bd39a6091a59abf7d031e37bfc592b31be1217bef4ca6 +checksum=f51a7debee6fef86fbc444dece08e064f925f4d976947fc66f4100188956e1ce if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt6-remoteobjects" - configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true" + configure_args="-DQT_FORCE_BUILD_TOOLS=true" fi pre_check() {