From 6877e4d058b5860839c84f1a1a1cc18c9a7c2d8c Mon Sep 17 00:00:00 2001 From: John Date: Sun, 14 Mar 2021 10:55:10 +0100 Subject: [PATCH] kdoctools: update to 5.80.0. --- srcpkgs/kdoctools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kdoctools/template b/srcpkgs/kdoctools/template index 659fe795f8..ae30fe1790 100644 --- a/srcpkgs/kdoctools/template +++ b/srcpkgs/kdoctools/template @@ -1,6 +1,6 @@ # Template file for 'kdoctools' pkgname=kdoctools -version=5.79.0 +version=5.80.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=ebc37ba10261fc05808ae332260eabfc86705b1d0cf906b529ca7099df907b0d +checksum=1eae100e641206ef01275d3577c286f73523a516854fe146121ceb302fc0ac83 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"