kdoctools: update to 5.47.0.

This commit is contained in:
Piotr Wójcik 2018-06-11 09:43:35 +02:00
parent 623b399378
commit a673676701

View file

@ -1,6 +1,6 @@
# Template file for 'kdoctools' # Template file for 'kdoctools'
pkgname=kdoctools pkgname=kdoctools
version=5.43.0 version=5.47.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
@ -11,8 +11,8 @@ short_desc="KDE Create documentation from DocBook"
maintainer="Denis Revin <denis.revin@gmail.com>" maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2" license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kdoctools" homepage="https://projects.kde.org/projects/frameworks/kdoctools"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=50061c842c15be2b53fd49550c818be3468469b260eda7b974ee846b4c7091d2 checksum=e704ae597e05cb36ddab698a378edef59d718626275a16f3c02cc5460998f41b
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel" hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"