From 8e6e0286f41cbb27d60302edb313af273c4ba311 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 8 Feb 2025 12:01:40 +0100 Subject: [PATCH] qt6-networkauth: update to 6.8.2. --- srcpkgs/qt6-networkauth/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qt6-networkauth/template b/srcpkgs/qt6-networkauth/template index 1534fe66ebd..f265b53498e 100644 --- a/srcpkgs/qt6-networkauth/template +++ b/srcpkgs/qt6-networkauth/template @@ -1,6 +1,6 @@ # Template file for 'qt6-networkauth' pkgname=qt6-networkauth -version=6.8.1 +version=6.8.2 revision=1 build_style=cmake hostmakedepends="perl qt6-base" @@ -10,12 +10,18 @@ maintainer="John " license="GPL-3.0-only" homepage="https://qt.io/" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtnetworkauth-everywhere-src-${version}.tar.xz" -checksum=118664ba929c5fbbdf822438bd69bd43674cfee82e504e143da600fe47c74024 +checksum=d495b4b527ec87aba65af1a8e20291eb0a4826ddfafa78b0cb0ac1ef4455b4d7 if [ "$XBPS_CHECK_PKGS" ]; then configure_args="-DQT_BUILD_TESTS=ON" fi +do_check() { + cd build + local ctest_exclude="(module_includes)" + ctest -E "$ctest_exclude" +} + qt6-networkauth-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files"