kstars: update to 3.5.4.

docbook removal found thanks to
2f9b5eb006
This commit is contained in:
Érico Nogueira 2021-07-28 00:40:43 -03:00
parent 85a7417203
commit 62550aff54

View file

@ -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 <ericonr@disroot.org>"
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
}