From 456b828548c307d5d5ba0befb1d54a7831f0f1ed Mon Sep 17 00:00:00 2001 From: Ishaan Bhimwal Date: Tue, 5 Jul 2022 20:21:58 +0530 Subject: [PATCH] Solaar: update to 1.1.4 --- srcpkgs/Solaar/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index 9377d7a11fa6..0700c7579a2a 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -1,15 +1,20 @@ # Template file for 'Solaar' pkgname=Solaar -version=1.0.7 +version=1.1.4 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-pyudev python3-psutil python3-yaml python3-xlib" +depends="python3-evdev 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/" +changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md" distfiles="https://github.com/pwr-Solaar/Solaar/archive/${version}.tar.gz" -checksum=39c025b4186b6cb4620bc52d1d20e2d841082982c8be0fed155398faee7a9cd1 +checksum=4a6745d1a7cd78873980ce39fec8e44ecb3e5447875335a0237e1fa755217984 # Package provides no tests make_check=no + +post_install() { + vdoc README.md +}