From c432aab63ad1d1ef48044b78bb68c0f944da13c8 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 10 May 2021 14:04:12 +0200 Subject: [PATCH] kdoctools: update to 5.82.0. --- srcpkgs/kdoctools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kdoctools/template b/srcpkgs/kdoctools/template index bb4bd7af6da..12febaa475f 100644 --- a/srcpkgs/kdoctools/template +++ b/srcpkgs/kdoctools/template @@ -1,6 +1,6 @@ # Template file for 'kdoctools' pkgname=kdoctools -version=5.81.0 +version=5.82.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=398677ebea07c6db652a735689c5e2fdb4a6fd42757dec850f90c0433af60a87 +checksum=414fbb92521734664535b475bf1ea2b941c3d4bdde14c06fd243a2968d1531db if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"