From ac698e6f53e7d216823db48eac5bcc629f5ac2df Mon Sep 17 00:00:00 2001 From: cr6git Date: Thu, 7 Jun 2018 07:40:59 +0200 Subject: [PATCH] focuswriter: update to 1.6.13. Closes #14981. Signed-off-by: Enno Boland --- srcpkgs/focuswriter/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/focuswriter/template b/srcpkgs/focuswriter/template index 3a9aa11c2c..ab815590b4 100644 --- a/srcpkgs/focuswriter/template +++ b/srcpkgs/focuswriter/template @@ -1,16 +1,16 @@ # Template file for 'focuswriter' pkgname=focuswriter -version=1.6.12 +version=1.6.13 revision=1 build_style=qmake hostmakedepends="pkg-config" makedepends="hunspell-devel pulseaudio-devel qt5-multimedia-devel" short_desc="Simple, distraction-free word processor with a hide-away interface" maintainer="cr6git " -license="GPL-3" +license="GPL-3.0-or-later" homepage="https://gottcode.org/focuswriter/" distfiles="https://github.com/gottcode/focuswriter/archive/v${version}.tar.gz" -checksum=c71f0a77ca031835ced8f6bd0b876d775f9fda30d60c7193b955499c53b16b55 +checksum=92de4fed0787de0f96131b7f9fd31df519217d8e942f31086a6c3fb9621771da if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-multimedia-devel"