From 8f338d9a6f0679ccc1d865d9fe9b1fa1d6bf50bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 1 Mar 2021 14:34:58 -0500 Subject: [PATCH] Solaar: update to 1.0.5. --- srcpkgs/Solaar/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index f45d7763097..718e672cb21 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -1,13 +1,15 @@ # Template file for 'Solaar' pkgname=Solaar -version=1.0.4 +version=1.0.5 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-pyudev" +depends="python3-pyudev python3-psutil python3-yaml python3-xlib" short_desc="Linux device manager for a wide range of Logitech devices" maintainer="Young Jin Park " license="GPL-3.0-or-later" homepage="https://pwr-solaar.github.io/Solaar/" distfiles="https://github.com/pwr-Solaar/Solaar/archive/${version}.tar.gz" -checksum=ab383aa832a57ca3de10f754488272c65ef1cfe9fbdfb66874dac183cc039b7e +checksum=6514f278da3f3a96dda6f254b786a2b106e1a5c20e0c20e61c8273b3e5c33973 +# Package provides no tests +make_check=no