kdoctools: update to 5.70.0

[ci skip]
This commit is contained in:
John 2020-05-10 13:08:40 +02:00
parent 37f2f6dfea
commit c0fe435f42
No known key found for this signature in database
GPG key ID: 5FDE97AF468A09B7

View file

@ -1,6 +1,6 @@
# Template file for 'kdoctools' # Template file for 'kdoctools'
pkgname=kdoctools pkgname=kdoctools
version=5.69.0 version=5.70.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="John <johnz@posteo.net>"
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=173a7f38c6bd77fc51e1a5f6d7053cc54e7f281f7ea6d9c6f356b12882c0d522 checksum=551dd4a571e0142879523a74ced63c16f8bf5d8124b8ab0b985d7571ed40133c
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"