diff --git a/srcpkgs/kmail/template b/srcpkgs/kmail/template index 378c1cc67cf..8f8879da140 100644 --- a/srcpkgs/kmail/template +++ b/srcpkgs/kmail/template @@ -1,6 +1,6 @@ # Template file for 'kmail' pkgname=kmail -version=23.08.2 +version=23.08.3 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules python3 qt5-host-tools qt5-qmake @@ -15,4 +15,12 @@ maintainer="John " license="GPL-2.0-or-later, LGPL-2.1-or-later, GFDL-1.2-or-later" homepage="https://kde.org/applications/en/internet/org.kde.kmail2" distfiles="${KDE_SITE}/release-service/${version}/src/kmail-${version}.tar.xz" -checksum=70d333794dbfc28317049cf9c4999a8d5bfa5c85f8ecb7c41c60ff15a0e1b4f7 +checksum=1b2290d070a607e6bfc7fc3fe30eaf09a86016d19a632b2aabfe34c562807207 + +do_check() { + broken="akonadi-sqlite-kmcomposerwintest" + broken+="|akonadi-sqlite-tagselectdialogtest" + broken+="|akonadi-sqlite-kmcommandstest" + broken+="|akonadi-sqlite-unifiedmailboxmanagertest" + ctest -E "($broken)" +}