From 3c983100e6a7328ea0e288a4e85f341dd7c01f38 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 13 Dec 2020 22:47:38 +0100 Subject: [PATCH] kdoctools: update to 5.77.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 31e6bac6ceb..a194bf36891 100644 --- a/srcpkgs/kdoctools/template +++ b/srcpkgs/kdoctools/template @@ -1,6 +1,6 @@ # Template file for 'kdoctools' pkgname=kdoctools -version=5.76.0 +version=5.77.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=84ea7974d741e6261e8c269750367a00375c6111dbc542e917647d0267337ae4 +checksum=a78c44534f85824ed8168670d2880d3735083129635109dfe54fc21f16fb6d44 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"