From e66639b1b2186b01a5fa1a73d49947bdf9cb86f7 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 24 Dec 2019 21:59:55 +0100 Subject: [PATCH] albert: switch to py3 The package would already build with py3 by default at this point because of indirect dependencies and ordering. Enforce this instead of attempting to fix py2. --- srcpkgs/albert/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template index e4c5ede9017..0fea8c8b7a1 100644 --- a/srcpkgs/albert/template +++ b/srcpkgs/albert/template @@ -1,12 +1,12 @@ # Template file for 'albert' pkgname=albert version=0.16.1 -revision=1 +revision=2 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4 _pybind_version=2.2.4 build_style=cmake configure_args="-DBUILD_VIRTUALBOX=OFF" -makedepends="libqalculate-devel muparser-devel python-devel qt5-declarative-devel +makedepends="libqalculate-devel muparser-devel python3-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 qt5-charts-devel" depends="qt5-plugin-sqlite qt5-quickcontrols qt5-graphicaleffects"