From 82c8e1066b745568c2b058b744bad1db6f6a6a46 Mon Sep 17 00:00:00 2001 From: cr6git Date: Sat, 24 Feb 2018 16:32:50 +0100 Subject: [PATCH] flameshot: update to 0.5.1. Closes: #11862 [via git-merge-pr] --- srcpkgs/flameshot/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/flameshot/template b/srcpkgs/flameshot/template index 0669d1ec33f..1335e4dc774 100644 --- a/srcpkgs/flameshot/template +++ b/srcpkgs/flameshot/template @@ -1,6 +1,6 @@ # Template file for 'flameshot' pkgname=flameshot -version=0.5.0 +version=0.5.1 revision=1 build_style=qmake configure_args="CONFIG+=packaging" @@ -11,7 +11,7 @@ short_desc="Powerful yet simple to use screenshot software for GNU/Linux" homepage="https://github.com/lupoDharkael/flameshot" license="GPL-3" distfiles="https://github.com/lupoDharkael/flameshot/archive/v${version}.tar.gz" -checksum=32d593c14c37286d9f64873c4ef9a07eb084723c92b2280d5c22152547c1e3f0 +checksum=35220eabb8c4203abb0732c63e0b4d955e17ddd0c03c3d2c7a5beb875728e44e if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel"