From e3eba2d76f501f1da457bdd1d7abc3779378aed3 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 2 Aug 2018 09:59:35 +0200 Subject: [PATCH] kholidays: update to 5.48.0. --- srcpkgs/kholidays/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/kholidays/template b/srcpkgs/kholidays/template index db228b0aff..22ac09dae3 100644 --- a/srcpkgs/kholidays/template +++ b/srcpkgs/kholidays/template @@ -1,6 +1,6 @@ # Template file for 'kholidays' pkgname=kholidays -version=5.47.0 +version=5.48.0 revision=1 reverts="17.12.3_1 17.12.1_1 17.12.0_1 17.04.3_1" build_style=cmake @@ -11,7 +11,11 @@ maintainer="Denis Revin " license="LGPL-2.1-or-later" homepage="https://projects.kde.org/projects/applications/kholidays" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=8b3b4d57b80b78fc55fb4747a12e1710c9d0df816c116d0bc0a4b545ae8e3500 +checksum=24f7e5f700170ceca7fb4cdf46da4de52c04f19b132f098a7cd83051a5b87213 + +if [ "$CROSS_BUILD" ]; then + hostmakedepends+=" qt5-host-tools qt5-qmake" +fi kholidays-devel_package() { short_desc+=" - development" @@ -23,7 +27,3 @@ kholidays-devel_package() { vmove "usr/lib/*.so" } } - -if [ -n "$CROSS_BUILD" ]; then - hostmakedepends+=" qt5-host-tools qt5-qmake" -fi