From 8e6584a630ae9a884df74f6d494dfca8dd4b122b Mon Sep 17 00:00:00 2001 From: John Date: Fri, 13 Oct 2023 19:12:30 +0200 Subject: [PATCH] qt6-lottie: update to 6.6.0. --- srcpkgs/qt6-lottie/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qt6-lottie/template b/srcpkgs/qt6-lottie/template index f14c7b1ae8e..f5d8c3636e8 100644 --- a/srcpkgs/qt6-lottie/template +++ b/srcpkgs/qt6-lottie/template @@ -1,6 +1,6 @@ # Template file for 'qt6-lottie' pkgname=qt6-lottie -version=6.5.2 +version=6.6.0 revision=1 build_style=cmake hostmakedepends="perl qt6-base qt6-declarative-host-tools" @@ -10,14 +10,14 @@ maintainer="John " license="GPL-3.0-only" homepage="https://qt.io/" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtlottie-everywhere-src-${version}.tar.xz" -checksum=003adc5cf0d50b32d00a09d66ba6332db22191fb0999f51e032f02a21474e89b +checksum=1d98b45107a4b9a6337bc7ac37b9e54cdaa68110f814d93eecc8fbf8d338f84f if [ "$XBPS_CHECK_PKGS" ]; then configure_args="-DQT_BUILD_TESTS=ON" fi pre_check() { - export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml" + export QML2_IMPORT_PATH="$wrksrc/build/lib${XBPS_TARGET_WORDSIZE}/qt6/qml" } post_install() {