From ecf21f5790d5735475102c0c7775e8f152de66a9 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 9 Jan 2021 23:47:56 +0100 Subject: [PATCH] kdoctools: update to 5.78.0 [ci skip] --- srcpkgs/kdoctools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kdoctools/template b/srcpkgs/kdoctools/template index a194bf36891..7f5d909ec9d 100644 --- a/srcpkgs/kdoctools/template +++ b/srcpkgs/kdoctools/template @@ -1,6 +1,6 @@ # Template file for 'kdoctools' pkgname=kdoctools -version=5.77.0 +version=5.78.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -12,7 +12,7 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://invent.kde.org/frameworks/kdoctools" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=a78c44534f85824ed8168670d2880d3735083129635109dfe54fc21f16fb6d44 +checksum=7a08eef3d7c0e4eac7d46ddc0d25942e008907bcac10ed27bca02a1169e2cf62 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"