From ed4176eea88c4e5f00577e41dd006c4ee0046fa3 Mon Sep 17 00:00:00 2001 From: Neel Chotai Date: Fri, 8 Oct 2021 17:21:04 +0100 Subject: [PATCH] Solaar: update to 1.0.7, install udev rules --- srcpkgs/Solaar/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index 393cede0f0ae..85a7ebf1a82e 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -1,6 +1,6 @@ # Template file for 'Solaar' pkgname=Solaar -version=1.0.6 +version=1.0.7 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,6 +10,10 @@ 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=fb879136911978f8f0183262a86f2b47a50b1816516599ae9a6681ad1d9a4e49 +checksum=39c025b4186b6cb4620bc52d1d20e2d841082982c8be0fed155398faee7a9cd1 # Package provides no tests make_check=no + +post_install() { + vinstall rules.d/42-logitech-unify-permissions.rules 644 usr/lib/udev/rules.d +}