qt6-networkauth: update to 6.8.2.

This commit is contained in:
John 2025-02-08 12:01:40 +01:00 committed by John Zimmermann
parent 0ebe80209c
commit 8e6e0286f4

View File

@ -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 <me@johnnynator.dev>"
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"