From addaf0552b56285d361386f25dc048f47da10f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 14 May 2018 16:03:49 +0200 Subject: [PATCH] kolourpaint: update to 18.04.1. Closes #14389. Signed-off-by: Enno Boland --- srcpkgs/kolourpaint/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/kolourpaint/template b/srcpkgs/kolourpaint/template index 54e3f504521..6db684e4db6 100644 --- a/srcpkgs/kolourpaint/template +++ b/srcpkgs/kolourpaint/template @@ -1,6 +1,6 @@ # Template file for 'kolourpaint' pkgname=kolourpaint -version=18.04.0 +version=18.04.1 revision=1 short_desc="Free, easy-to-use paint program for KDE" maintainer="Piotr Wójcik " @@ -8,9 +8,9 @@ build_style=cmake hostmakedepends="extra-cmake-modules" makedepends="kdelibs4support-devel kparts-devel qt5-devel" homepage="http://www.kolourpaint.org/" -distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz" -checksum=7917e35daafa18288c04d1c810d70a996d5829748b15e93bf4f0dc45080f60a1 -license="2-clause-BSD, GPL-2, GPL-2+, GFDL-1.2" +distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz" +checksum=fe73b63961b011552a8eb179afe907662c4c67e800ba4b0a914871b8d3acdbd1 +license="BSD-2-Clause, GPL-2.0-or-later, LGPL-2.1-only, GFDL-1.2-only" if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" python qt5-host-tools qt5-qmake kconfig kdoctools"