kinit: update to 5.50.0.

This commit is contained in:
John 2018-09-08 10:38:33 +02:00 committed by Helmut Pozimski
parent 297e4efc82
commit e4dd9d2dc9
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'kinit'
pkgname=kinit
version=5.49.0
version=5.50.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules libcap-progs pkg-config"
makedepends="kio-devel kdoctools-devel libcap-devel"
short_desc="Helper library to speed up start of applications on KDE workspaces"
maintainer="Denis Revin <denis.revin@gmail.com>"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.0-only"
homepage="https://projects.kde.org/projects/frameworks/kinit"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=25b5e07c2dd651a96f79ea58e0a76a172aac4b818892641adf97bdf6525909e7
checksum=912c278141c30b4123c39773117971a4f8bdc1b3fc82061bb36dea80daa6ead1
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"