From 62550aff54f10dd4be67252b0d1fa0a502c53d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Wed, 28 Jul 2021 00:40:43 -0300 Subject: [PATCH] kstars: update to 3.5.4. docbook removal found thanks to https://github.com/archlinux/svntogit-community/commit/2f9b5eb006a111f386b6d2daed613ce309d56aeb --- srcpkgs/kstars/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kstars/template b/srcpkgs/kstars/template index c347ffcdb78..7d572bc0292 100644 --- a/srcpkgs/kstars/template +++ b/srcpkgs/kstars/template @@ -1,7 +1,7 @@ # Template file for 'kstars' pkgname=kstars -version=3.5.3 -revision=2 +version=3.5.4 +revision=1 build_style=cmake hostmakedepends="kdoctools gettext qt5-host-tools qt5-qmake kcoreaddons kconfig" @@ -18,4 +18,9 @@ maintainer="Érico Nogueira " license="GPL-2.0-or-later" homepage="https://edu.kde.org/kstars/" distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=92052c1b69366120001fb79adaa7c6c3880e379085754a10dc4c0e9c04d76798 +checksum=24275261ca20be8526bbebc1fefc9efba64c209a95a127002ab7a1f3d771a035 + +post_patch() { + # https://bugs.kde.org/show_bug.cgi?id=439541 + rm po/de/docs/kstars/index.docbook +}