From f4d5946d486ec692d4d1d2c482273d0b5ff206e0 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sat, 8 Feb 2025 12:02:06 +0100
Subject: [PATCH] qt6-svg: update to 6.8.2.

---
 srcpkgs/qt6-svg/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qt6-svg/template b/srcpkgs/qt6-svg/template
index 8c39462fa15..d24eae0a527 100644
--- a/srcpkgs/qt6-svg/template
+++ b/srcpkgs/qt6-svg/template
@@ -1,6 +1,6 @@
 # Template file for 'qt6-svg'
 pkgname=qt6-svg
-version=6.8.1
+version=6.8.2
 revision=1
 build_style=cmake
 hostmakedepends="qt6-base perl"
@@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-only with Qt-GPL-exception-1.0, GPL-2.0-or-later, LGPL-3.0-only"
 homepage="https://qt.io/"
 distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtsvg-everywhere-src-${version}.tar.xz"
-checksum=3d0de73596e36b2daa7c48d77c4426bb091752856912fba720215f756c560dd0
+checksum=aa2579f21ca66d19cbcf31d87e9067e07932635d36869c8239d4decd0a9dc1fa
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args="-DQT_BUILD_TESTS=ON"
@@ -18,7 +18,7 @@ fi
 
 do_check() {
 	cd build
-	ctest -E 'tst_qicon_svg'
+	ctest -E '(tst_qicon_svg|module_includes)'
 }
 
 post_install() {