diff --git a/srcpkgs/kinit/template b/srcpkgs/kinit/template index 13a40feedb..4165575ec9 100644 --- a/srcpkgs/kinit/template +++ b/srcpkgs/kinit/template @@ -1,6 +1,6 @@ # Template file for 'kinit' pkgname=kinit -version=5.47.0 +version=5.48.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -8,12 +8,12 @@ hostmakedepends="extra-cmake-modules libcap-progs pkg-config" makedepends="kio-devel kdoctools-devel libcap-devel" short_desc="Helper library to speed up start of applications on KDE workspaces" maintainer="Denis Revin " -license="LGPL-2" +license="LGPL-2.0-only" homepage="https://projects.kde.org/projects/frameworks/kinit" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=e004e9dced7da73c5344858170bc91f8075e6c9e6646c6efdc931efec88b80e5 +checksum=2ad529be186e3c1b74109f937a77d13f1f87acfda69d736a94f8f7bb821c4e23 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools" fi