kolourpaint: update to 18.04.1.

Closes #14389.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piotr Wójcik 2018-05-14 16:03:49 +02:00 committed by Enno Boland
parent 162c7d5993
commit addaf0552b

View file

@ -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 <chocimier@tlen.pl>"
@ -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"