From 887178549dd613d9281ee2043409989655cebb37 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 30 Oct 2022 19:59:00 +0530 Subject: [PATCH] Solaar: update to 1.1.7. --- srcpkgs/Solaar/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index 50064f81a68c..aa3c916c372b 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -1,17 +1,18 @@ # Template file for 'Solaar' pkgname=Solaar -version=1.1.5 +version=1.1.7 revision=1 +wrksrc="solaar-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-evdev python3-pyudev python3-psutil python3-yaml - python3-xlib python3-gobject" + python3-xlib python3-typing_extensions python3-gobject" 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/" changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md" -distfiles="https://github.com/pwr-Solaar/Solaar/archive/${version}.tar.gz" -checksum=f8ac1db77d2713f057a83e448d84f6266d63c4fd36235ddb3dc20c6c8cbc0efe +distfiles="${PYPI_SITE}/s/solaar/solaar-${version}.tar.gz" +checksum=04224eec598a7b5c988d52e823a2257cb0255257736b915202388c5aafc0fd9c # Package provides no tests make_check=no