kinit: update to 5.36.0.

This commit is contained in:
yopito 2017-05-14 14:38:23 +02:00 committed by Michael Gehring
parent 3dff8c16f9
commit 595d4c678d
1 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'kinit' # Template file for 'kinit'
pkgname=kinit pkgname=kinit
version=5.29.0 version=5.36.0
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules libcap-progs pkg-config" hostmakedepends="extra-cmake-modules libcap-progs pkg-config"
@ -11,7 +11,11 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2" license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kinit" homepage="https://projects.kde.org/projects/frameworks/kinit"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=d6d85684c5b0e0afb73082efb6e8cdd4b07a2461d74348bcfde2e42769431033 checksum=24d52d2786d61f28c966f6de7beab6ab064f6fdefb0a9def9b43ad2bafe42911
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"
fi
kinit-devel_package() { kinit-devel_package() {
short_desc+=" - development" short_desc+=" - development"