diff --git a/srcpkgs/kcron/template b/srcpkgs/kcron/template index 6bbae641b4d..ba1322d8b39 100644 --- a/srcpkgs/kcron/template +++ b/srcpkgs/kcron/template @@ -1,6 +1,6 @@ # Template file for 'kcron' pkgname=kcron -version=18.04.0 +version=18.04.1 revision=1 build_style=cmake configure_args="-Wno-dev -DSYSCONF_INSTALL_DIR=/etc" @@ -8,10 +8,10 @@ hostmakedepends="extra-cmake-modules pkg-config" makedepends="kparts-devel qt5-devel" short_desc="KDE Configure and schedule tasks" maintainer="Piotr Wójcik " -license="GPL-2" +license="GPL-2.0-or-later" homepage="http://userbase.kde.org/KCron" -distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz" -checksum=28544a06a66258c42f54ab67566662d3f6d271895f1d7ede5ff354a9ae18a55e +distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz" +checksum=19de3e4d597413c71a6f4cb1baa446adc0a7aa5b32ee9c19997b9468b41993f2 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" kconfig kdoctools python qt5-host-tools qt5-qmake"