From 23963c78364d973c90458c9ade417ec68119b7b1 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 14 Jun 2020 00:29:47 +0200 Subject: [PATCH] kdoctools: update to 5.71.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 69f811c1999..650bb25734b 100644 --- a/srcpkgs/kdoctools/template +++ b/srcpkgs/kdoctools/template @@ -1,6 +1,6 @@ # Template file for 'kdoctools' pkgname=kdoctools -version=5.70.0 +version=5.71.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://projects.kde.org/projects/frameworks/kdoctools" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=551dd4a571e0142879523a74ced63c16f8bf5d8124b8ab0b985d7571ed40133c +checksum=1e2fcaa97a014e82f68c0c36591ce84568ead7abd59b66e534789103e162cd09 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"