From 991fe4be03f44295933e08c958436135ab2af93b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 14 May 2018 16:04:15 +0200 Subject: [PATCH] kteatime: update to 18.04.1. Closes #14386. Signed-off-by: Enno Boland --- srcpkgs/kteatime/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/kteatime/template b/srcpkgs/kteatime/template index 4a1b37530fd..d976d820c2f 100644 --- a/srcpkgs/kteatime/template +++ b/srcpkgs/kteatime/template @@ -1,16 +1,16 @@ # Template file for 'kteatime' pkgname=kteatime -version=18.04.0 +version=18.04.1 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules pkg-config" makedepends="kparts-devel knotifyconfig-devel" short_desc="Handy timer for steeping tea" maintainer="Piotr Wójcik " -license="GPL-2" +license="GPL-2.0-or-later" homepage="https://www.kde.org/applications/games/kteatime/" -distfiles="https://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz" -checksum=43d627994d70ea61f0f17a5e256b0d42daecc0fd82b36d612c17a360309ba46a +distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz" +checksum=0df61fad02466442127e36989adbf7cdbd0a74c2efbbc807d3f50328404c0409 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"