kcrash: update to 5.50.0.

This commit is contained in:
John 2018-09-08 10:37:31 +02:00 committed by Helmut Pozimski
parent bb1ab61c94
commit d208ac21a7

View file

@ -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 <denis.revin@gmail.com>"
maintainer="John <johnz@posteo.net>"
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