qt6-quicktimeline: update to 6.2.0.

This commit is contained in:
John 2021-06-24 20:59:18 +02:00 committed by John Zimmermann
parent df20a928c1
commit 6897689787

View file

@ -1,8 +1,8 @@
# Template file for 'qt6-quicktimeline'
pkgname=qt6-quicktimeline
version=6.1.1
version=6.2.0
revision=1
wrksrc="qtquicktimeline-everywhere-src-${version}"
wrksrc="qtquicktimeline-everywhere-src-${version/rc/-rc}"
build_style=cmake
configure_args="-DQT_HOST_PATH=/usr "
hostmakedepends="perl qt6-base-devel qt6-declarative-devel"
@ -11,8 +11,8 @@ short_desc="Cross-platform application and UI framework - quicktimeline"
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/qtquicktimeline-everywhere-src-${version}.tar.xz"
checksum=40fb664eadf295001d2c49c333032406b6f45f14acddee7e72b8d6c5ea26a6a2
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version/rc/-rc}/submodules/qtquicktimeline-everywhere-src-${version/rc/-rc}.tar.xz"
checksum=67d644ad12df94e937bac3a1cb8a81a96213ec0102759a86c59ba7834ac90c8c
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DQT_BUILD_TESTS=ON"