kcompletion: update to 5.37.0

This commit is contained in:
Sir_Boops 2017-08-16 07:37:24 -06:00
parent 5b39d0817b
commit d8a70130a4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kcompletion' # Template file for 'kcompletion'
pkgname=kcompletion pkgname=kcompletion
version=5.36.0 version=5.37.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="extra-cmake-modules" hostmakedepends="extra-cmake-modules"
@ -10,7 +10,7 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2" license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kcompletion" homepage="https://projects.kde.org/projects/frameworks/kcompletion"
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=377103eb36855e0bb971fc22c974f85792ee71a73e6705725047ccfe337320f2 checksum=5fd2b0a51fe87e3b2042b65069c7cfcd5d2eede3bde94f21285ecad02a9e1262
if [ -n "CROSS_BUILD" ]; then if [ -n "CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel" hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel"