kdoctools: update to 5.49.0.

This commit is contained in:
John 2018-08-11 19:20:49 +02:00 committed by Helmut Pozimski
parent bae911b18a
commit 21ebbef7ce
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kdoctools' # Template file for 'kdoctools'
pkgname=kdoctools pkgname=kdoctools
version=5.48.0 version=5.49.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
@ -12,7 +12,7 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/frameworks/kdoctools" homepage="https://projects.kde.org/projects/frameworks/kdoctools"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=688f76eb6a66f055f425ac94d756fbca173da9592c796f4db9e23f37510a1d6d checksum=f4e9ffceb9c772e1d98fd3f3e26aa4ff64d64ac3f83e8830d0341c3d0a99b7b6
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel" hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools-devel"