From f009649b5fbcb9a5321b8a034f4cce4054108d72 Mon Sep 17 00:00:00 2001 From: cr6git Date: Mon, 15 May 2017 21:45:26 +0200 Subject: [PATCH] albert: update to 0.11.2 Closes: #6403 [via git-merge-pr] --- srcpkgs/albert/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template index 5eeccb70575..7d48257826c 100644 --- a/srcpkgs/albert/template +++ b/srcpkgs/albert/template @@ -1,6 +1,6 @@ # Template file for 'albert' pkgname=albert -version=0.11.1 +version=0.11.2 revision=1 build_style=cmake makedepends="muparser-devel qt5-svg-devel qt5-x11extras-devel qt5-plugin-mysql @@ -11,7 +11,7 @@ maintainer="Nemh " license="GPL-3" homepage="https://github.com/ManuelSchneid3r/albert" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=d214b73bf154bef59d36a4b128493b5dd9ecc7ba059a606f9b4659b57741f390 +checksum=991088cef2c4b7dc27b01e703bb7cb13f7f2dac928f0f9c235b2bd52d362a4e7 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-svg-devel qt5-x11extras-devel"