From 802a47a7acdfeacd07f5c5170b9d2075b3486640 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Thu, 8 Mar 2018 09:37:10 +0100 Subject: [PATCH] Uranium: add missing qt5-quickcontrols2 dependency --- srcpkgs/Uranium/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template index 5cb7d5c77e0..e4ff0996ba8 100644 --- a/srcpkgs/Uranium/template +++ b/srcpkgs/Uranium/template @@ -1,14 +1,14 @@ # Template file for 'Uranium' pkgname=Uranium version=3.2.1 -revision=1 +revision=2 python_version=3 build_style=cmake hostmakedepends="python3-setuptools" makedepends="python3-devel" depends="libArcus-python3 python3-numpy python3-PyQt5 python3-PyQt5-quick python3-PyQt5-opengl python3-PyQt5-svg python3-scipy python3-numpy-stl - qt5-quickcontrols" + qt5-quickcontrols qt5-quickcontrols2" short_desc="A Python framework for building Desktop applications" maintainer="Karl Nilsson " license="LGPL-3"