From 82c474ab7ac45a17fc5de99b6ba09a9a7f692cf5 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 13 Sep 2023 15:52:23 +0200 Subject: [PATCH] kdoctools: update to 5.110.0. --- srcpkgs/kdoctools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kdoctools/template b/srcpkgs/kdoctools/template index e756ddd002e..cf974d22355 100644 --- a/srcpkgs/kdoctools/template +++ b/srcpkgs/kdoctools/template @@ -1,6 +1,6 @@ # Template file for 'kdoctools' pkgname=kdoctools -version=5.109.0 +version=5.110.0 revision=1 build_style=cmake build_helper=qemu @@ -15,7 +15,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=a44e5b5e02ba5857d9dabe391672e889a1cbcd18e4b6a0794f9778af5250e69d +checksum=923c7e2edbe948275317014ac3c57897ebc657f556a1d0c353f363c3ee7d05bc if [ "$CROSS_BUILD" ]; then configure_args+=" -DDOCBOOKL10NHELPER_EXECUTABLE=/usr/bin/docbookl10nhelper"