From b1997c62a6b40fff38187ea0802e16901f655b91 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 13 Jul 2019 10:55:27 +0200 Subject: [PATCH] kdoctools: update to 5.60.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 94bc21fe642..dca4d3b7fa6 100644 --- a/srcpkgs/kdoctools/template +++ b/srcpkgs/kdoctools/template @@ -1,6 +1,6 @@ # Template file for 'kdoctools' pkgname=kdoctools -version=5.59.0 +version=5.60.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=ec732210181d42a7dd61d66954f302afd4444e436081212a85e0e35c405c8e09 +checksum=b231ea9857c5c1335fbf1a63907311a136651d93af4a4143e0b4caad833ae834 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"