baloo5: update to 5.60.0

[ci skip]
This commit is contained in:
John 2019-07-13 10:54:37 +02:00
parent a4b897650e
commit a88b224414
No known key found for this signature in database
GPG key ID: 778558807E4FFC55

View file

@ -1,7 +1,7 @@
# Template file for 'baloo5' # Template file for 'baloo5'
pkgname=baloo5 pkgname=baloo5
version=5.59.0 version=5.60.0
revision=2 revision=1
wrksrc="${pkgname%5}-${version}" wrksrc="${pkgname%5}-${version}"
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF"
@ -13,7 +13,7 @@ maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://community.kde.org/Baloo" homepage="https://community.kde.org/Baloo"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname%5}-${version}.tar.xz" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname%5}-${version}.tar.xz"
checksum=306425209bc6b653450befa2eebc7ec60629e096e88d57af8ee6ca9e0c6430e1 checksum=d96a19ff94caf3e3b10e8d5f165e276829a42a1c70fb8451d70cb3764f06671e
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python kcoreaddons" hostmakedepends+=" qt5-host-tools qt5-qmake python kcoreaddons"