From 55773a299105bbcdb8ce0a3b3779e08ab0ed3bb8 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 8 Dec 2017 22:24:32 -0200 Subject: [PATCH] qlipper: update to 5.1.1. Closes #9862. Signed-off-by: Enno Boland --- srcpkgs/qlipper/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qlipper/template b/srcpkgs/qlipper/template index 32831ca7d27..b6b93f96157 100644 --- a/srcpkgs/qlipper/template +++ b/srcpkgs/qlipper/template @@ -1,6 +1,6 @@ # Template file for 'qlipper' pkgname=qlipper -version=5.0.0 +version=5.1.1 revision=1 build_style=cmake makedepends="qt5-devel qt5-tools-devel" @@ -9,7 +9,7 @@ short_desc="Lightweight and cross-platform clipboard history applet" maintainer="Helmut Pozimski " license="GPL-2" distfiles="https://github.com/pvanek/qlipper/archive/${version}.tar.gz" -checksum="50a0876335ff19d804b42f1550c68272c707c1259c66a548c4192ab65f20dc77" +checksum=a8ff98c15407859f283d8cc20acd531e157bd0d4e575e858b2d730e5711ad57d if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-tools qt5-qmake qt5-host-tools"