From 14c627c24b5eb6eea4a1804c07f1b0e118fef0fb Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 26 Jan 2017 00:26:34 +0100 Subject: [PATCH] albert: update to 0.9.1 --- srcpkgs/albert/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template index 8cf270e99fb..e519eca5256 100644 --- a/srcpkgs/albert/template +++ b/srcpkgs/albert/template @@ -1,17 +1,17 @@ # Template file for 'albert' pkgname=albert -version=0.8.11 -revision=2 +version=0.9.1 +revision=1 build_style=cmake makedepends="muparser-devel qt5-svg-devel qt5-x11extras-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds" depends="qt5-plugin-sqlite" -short_desc="A lightweight desktop environment agnostic launcher" +short_desc="Lightweight desktop environment agnostic launcher" maintainer="Nemh " license="GPL-3" homepage="https://github.com/ManuelSchneid3r/albert" distfiles="https://github.com/ManuelSchneid3r/${pkgname}/archive/v${version}.tar.gz" -checksum=7a829add4308a59204071a509487571ada1d2f42af34d799d0984e48bab2e5d3 +checksum=8ef11a3c67746108d50d7b5506e81fd290d8597f248b86a0949f1079a1282455 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-svg-devel qt5-x11extras-devel"