From 208067889e6a8a3e382159fc58e8a08897708c83 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 28 Jul 2018 19:22:52 +0200 Subject: [PATCH] kcalcore: update to 18.04.3. --- srcpkgs/kcalcore/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kcalcore/template b/srcpkgs/kcalcore/template index 82ed4284f96..a5a58051e85 100644 --- a/srcpkgs/kcalcore/template +++ b/srcpkgs/kcalcore/template @@ -1,6 +1,6 @@ # Template file for 'kcalcore' pkgname=kcalcore -version=17.12.3 +version=18.04.3 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python bison" @@ -9,8 +9,8 @@ short_desc="The KDE calendar access library" maintainer="John " license="LGPL-2.0-or-later" homepage="https://community.kde.org/KDE_PIM" -distfiles="https://download.kde.org/stable/applications/${version}/src/kcalcore-${version}.tar.xz" -checksum=7f80fcbbeea8d349327f4bba6241d348e9b159242b0686a9a97c99fb466bb888 +distfiles="${KDE_SITE}/applications/${version}/src/kcalcore-${version}.tar.xz" +checksum=f2df15f6d60c6a95862a98ec50de4dbc311c4f6e0157982dbf15aa5646454fd0 case $XBPS_TARGET_MACHINE in *-musl) CFLAGS="-D_GNU_SOURCE";;