From af76520e058f831680da841d34106bca8228f6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Fri, 19 Apr 2019 10:39:34 +0200 Subject: [PATCH] kolourpaint: update to 19.04.0. --- srcpkgs/kolourpaint/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kolourpaint/template b/srcpkgs/kolourpaint/template index 343db9f0581..1541bb73295 100644 --- a/srcpkgs/kolourpaint/template +++ b/srcpkgs/kolourpaint/template @@ -1,16 +1,16 @@ # Template file for 'kolourpaint' pkgname=kolourpaint -version=18.12.3 +version=19.04.0 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules" +hostmakedepends="extra-cmake-modules kcoreaddons" makedepends="kdelibs4support-devel kparts-devel libksane-devel qt5-devel" short_desc="Free, easy-to-use paint program for KDE" maintainer="Piotr Wójcik " license="BSD-2-Clause, GPL-2.0-or-later, LGPL-2.1-only, GFDL-1.2-only" homepage="http://www.kolourpaint.org/" distfiles="${KDE_SITE}/applications/${version}/src/kolourpaint-${version}.tar.xz" -checksum=450b714f0d73b59d31c4ceda142a3496d14e51d84b8c8968548a15e05c138f98 +checksum=d6cd087ba34a1a8fec9349dea06c1b71a70f6e8455adb41d4820a376eb2ed141 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" python qt5-host-tools qt5-qmake kconfig kdoctools"