kf6-attica: update to 6.3.0.

This commit is contained in:
Luciogi 2024-06-12 11:03:47 +05:00 committed by Đoàn Trần Công Danh
parent 3742b90cb4
commit b123c72ac8
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kf6-attica' # Template file for 'kf6-attica'
pkgname=kf6-attica pkgname=kf6-attica
version=6.2.0 version=6.3.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="extra-cmake-modules qt6-tools qt6-base" hostmakedepends="extra-cmake-modules qt6-tools qt6-base"
@ -10,7 +10,13 @@ maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/attica" homepage="https://invent.kde.org/frameworks/attica"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" 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() { kf6-attica-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}" depends="$makedepends ${sourcepkg}>=${version}_${revision}"