kinit: update to 5.63.0

[ci skip]
This commit is contained in:
John 2019-10-13 00:30:42 +03:00
parent 21bcd4ddb7
commit 2591749405

View file

@ -1,6 +1,6 @@
# Template file for 'kinit' # Template file for 'kinit'
pkgname=kinit pkgname=kinit
version=5.62.0 version=5.63.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
@ -11,7 +11,7 @@ maintainer="John <johnz@posteo.net>"
license="LGPL-2.0-only" license="LGPL-2.0-only"
homepage="https://projects.kde.org/projects/frameworks/kinit" homepage="https://projects.kde.org/projects/frameworks/kinit"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=5c4b066362ab6528b5c9ac654c20cc4eeed87e5384b26b3aa1df968c98c1e21a checksum=9dcb8d59419066a11b11b64dc028f8cccf7713cd5230451ca8ea5b724c8ae01a
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools" hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"