From 32461b7784b93860d80684ba9ddf3f420012bd5f Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sat, 28 Jul 2018 15:57:33 -0500 Subject: [PATCH] albert: add missing dependencies --- srcpkgs/albert/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template index b20a8335219..5af8635a998 100644 --- a/srcpkgs/albert/template +++ b/srcpkgs/albert/template @@ -1,7 +1,7 @@ # Template file for 'albert' pkgname=albert version=0.14.21 -revision=1 +revision=2 _plugins_hash=67a7a34734c4665dcb1a504432de5d2e5a56ac90 _pybind_version=2.2.3 build_style=cmake @@ -9,7 +9,7 @@ configure_args="-DBUILD_VIRTUALBOX=OFF" makedepends="libqalculate-devel muparser-devel python-devel qt5-declarative-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" +depends="qt5-plugin-sqlite qt5-quickcontrols qt5-graphicaleffects" short_desc="Lightweight desktop environment agnostic launcher" maintainer="Nemh " license="GPL-3.0-or-later, BSD-3-Clause"