kcrash: update to 5.83.0.

This commit is contained in:
John 2021-06-13 17:28:41 +02:00
parent ade7be498a
commit 8089fc9814

View file

@ -1,9 +1,8 @@
# Template file for 'kcrash'
pkgname=kcrash
version=5.82.0
version=5.83.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="kcoreaddons extra-cmake-modules"
makedepends="kcoreaddons-devel kwindowsystem-devel"
short_desc="KDE Graceful handling of application crashes"
@ -11,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
license="LGPL-2.0-or-later"
homepage="https://invent.kde.org/frameworks/kcrash"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=fb93012644cbd4d37dd14f8d5b855943cc076f4db8bfb421e847d79e48fb5dfc
checksum=29ef0273ebd543be5bb9363efe5271fcaaea599463338d8ece625071decfa4c7
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools kwindowsystem-devel kcoreaddons"