kate5: update to 18.08.2.

This commit is contained in:
John 2018-10-14 12:20:45 +02:00 committed by Helmut Pozimski
parent 1e4754ddb2
commit d7ad11b447
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kate5'
pkgname=kate5
version=18.08.1
version=18.08.2
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -14,9 +14,9 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
license="GPL-3.0-or-later, LGPL-2.0-or-later, GPL-2.0-or-later"
homepage="https://projects.kde.org/projects/applications/kate"
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname%5}-${version}.tar.xz"
checksum=4afb79472935ed172e74a72e0008a0b9078523a07d831e16736638e7a4994dcb
checksum=448cd535c91ccc89e0a8012c116f7b9ccbb6871cfe034fa406dc47a1fffdcee5
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
hostmakedepends+=" kauth-devel kconfig-devel kcoreaddons-devel kpackage-devel kdoctools python qt5-host-tools qt5-qmake"
fi