qt6-remoteobjects: update to 6.7.2.

This commit is contained in:
Đoàn Trần Công Danh 2024-06-23 10:44:31 +07:00 committed by Đoàn Trần Công Danh
parent 78a1df920d
commit 2f05824269
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'qt6-remoteobjects'
pkgname=qt6-remoteobjects
version=6.6.0
version=6.7.2
revision=1
build_style=cmake
hostmakedepends="perl qt6-declarative-host-tools pkg-config"
makedepends="qt6-declarative-devel qt6-connectivity-devel"
makedepends="qt6-declarative-private-devel qt6-connectivity-devel
qt6-base-private-devel"
# Not a strict dependency, but it's 2022, everyone should use TLS
depends="qt6-plugin-tls-openssl"
checkdepends="$depends"
@ -13,7 +14,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
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=261194e35bb9420225f095c58a5a549686797a3d2b7ea6f0d582d7d681f1f76b
checksum=0b906b81aa7d6f4e47d4a298da67894433f3096a06f4c4237788c1b2cb9b7483
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt6-remoteobjects"