From b123c72ac8d14c9d2bad82166ddf67e8194e588b Mon Sep 17 00:00:00 2001 From: Luciogi Date: Wed, 12 Jun 2024 11:03:47 +0500 Subject: [PATCH] kf6-attica: update to 6.3.0. --- srcpkgs/kf6-attica/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kf6-attica/template b/srcpkgs/kf6-attica/template index 270a18d4525..c9964ea80cf 100644 --- a/srcpkgs/kf6-attica/template +++ b/srcpkgs/kf6-attica/template @@ -1,6 +1,6 @@ # Template file for 'kf6-attica' pkgname=kf6-attica -version=6.2.0 +version=6.3.0 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules qt6-tools qt6-base" @@ -10,7 +10,13 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://invent.kde.org/frameworks/attica" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" -checksum=275fb00b3f483704d800484883a3789797a3198b0ce680d85313d9977ffde2f0 +checksum=abaf3a113a002d5d8435a3a75020f98c574290d2c552a5f256291d0418cc59ed + + +do_check() { + cd build + ctest -E "providertest" +} kf6-attica-devel_package() { depends="$makedepends ${sourcepkg}>=${version}_${revision}"