diff --git a/srcpkgs/kpackage/template b/srcpkgs/kpackage/template index 367dc6eede3..7355e3c1344 100644 --- a/srcpkgs/kpackage/template +++ b/srcpkgs/kpackage/template @@ -1,6 +1,6 @@ # Template file for 'kpackage' pkgname=kpackage -version=5.43.0 +version=5.47.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -10,8 +10,8 @@ short_desc="KDE Installation and loading of additional content as packages" maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/kpackage" -distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=4b0025fac04f69fec88b6068ac20c4b64267b1b71fc7c360f67bfd73f1fc27db +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=284971ce1728ad7d3a6b069abe15b7529884bf418b33161c7e32b3642bdb94df if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"