diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index a7122d6e0f5..bb434a05d40 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -1,14 +1,14 @@ # Template file for 'Solaar' pkgname=Solaar version=1.1.14 -revision=1 +revision=2 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" depends="python3-evdev python3-pyudev python3-psutil python3-yaml python3-dbus - python3-xlib python3-gobject" -checkdepends="${depends}" + python3-xlib python3-gobject python3-typing_extensions gtk+3" +checkdepends="${depends} python3-pytest python3-pytest-mock" short_desc="Linux device manager for a wide range of Logitech devices" -maintainer="Young Jin Park " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://pwr-solaar.github.io/Solaar/" changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/CHANGELOG.md"