From ccbe50ba16ce79a79e65591bd0e5898c970e823b Mon Sep 17 00:00:00 2001 From: John Date: Sun, 11 Aug 2019 20:56:26 +0200 Subject: [PATCH] kdoctools: update to 5.61.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 dca4d3b7fa6..bf5590ac34f 100644 --- a/srcpkgs/kdoctools/template +++ b/srcpkgs/kdoctools/template @@ -1,6 +1,6 @@ # Template file for 'kdoctools' pkgname=kdoctools -version=5.60.0 +version=5.61.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=b231ea9857c5c1335fbf1a63907311a136651d93af4a4143e0b4caad833ae834 +checksum=e48d8f8f075171c6b83189999a10552c772c6a7e9a115a2643414f9ecec77c6f if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"