kcompletion: update to 5.85.0.

This commit is contained in:
John 2021-08-15 15:56:59 +02:00
parent 62a6384ad7
commit 8f55f90793

View file

@ -1,6 +1,6 @@
# Template file for 'kcompletion' # Template file for 'kcompletion'
pkgname=kcompletion pkgname=kcompletion
version=5.84.0 version=5.85.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="kcoreaddons extra-cmake-modules" hostmakedepends="kcoreaddons extra-cmake-modules"
@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
license="LGPL-2.0-or-later" license="LGPL-2.0-or-later"
homepage="https://invent.kde.org/frameworks/kcompletion" homepage="https://invent.kde.org/frameworks/kcompletion"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=7a9314d37c98a7c67f8e40af5c9c02b6bbfe2afdb0512f89edeee2c1860b72cd checksum=41baead36a7466b9184cf4bef2662e91b07f2bd1fe6a2753de0ad5b5550dc4ef
if [ "CROSS_BUILD" ]; then if [ "CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel" hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel"