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 +}