diff --git a/srcpkgs/kcrash/template b/srcpkgs/kcrash/template index 790540a132..5d912043a2 100644 --- a/srcpkgs/kcrash/template +++ b/srcpkgs/kcrash/template @@ -1,19 +1,19 @@ # Template file for 'kcrash' pkgname=kcrash -version=5.49.0 +version=5.50.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules" makedepends="kcoreaddons-devel kwindowsystem-devel" short_desc="KDE Graceful handling of application crashes" -maintainer="Denis Revin " +maintainer="John " license="LGPL-2.0-or-later" homepage="https://projects.kde.org/projects/frameworks/kcrash" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=6315a1607aba1945d3d91092b9440f222f1bb25a8bf01cb0bd507540734eb976 +checksum=846e5febaf0871185b1da6cc33f3620317e7692595a73e793977b570a1f5c202 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools kwindowsystem-devel" fi