kf6-attica: update to 6.3.0.
This commit is contained in:
parent
3742b90cb4
commit
b123c72ac8
|
@ -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}"
|
||||||
|
|
Loading…
Reference in New Issue