From a543b10cd7224e8c6aedc22ab3cda00085c47553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 10 Jan 2019 22:49:51 +0100 Subject: [PATCH] kolourpaint: update to 18.12.1. --- srcpkgs/kolourpaint/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/kolourpaint/template b/srcpkgs/kolourpaint/template index c3511c2819..46211cbdac 100644 --- a/srcpkgs/kolourpaint/template +++ b/srcpkgs/kolourpaint/template @@ -1,16 +1,16 @@ # Template file for 'kolourpaint' pkgname=kolourpaint -version=18.12.0 +version=18.12.1 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules" -makedepends="kdelibs4support-devel kparts-devel qt5-devel" +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/${pkgname}-${version}.tar.xz" -checksum=ec71422232340c38a331480cd2f5620d453f46ede7db1ac34413c2ccda0212d4 +distfiles="${KDE_SITE}/applications/${version}/src/kolourpaint-${version}.tar.xz" +checksum=cd0a57d0192649c715af61eee4f5112c15347a3fe5d745519c1ccc9f0b248540 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" python qt5-host-tools qt5-qmake kconfig kdoctools"