diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index 47647bb743c..da77237f898 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -1,10 +1,9 @@ # Template file for 'Solaar' pkgname=Solaar -version=1.0.1 -revision=3 +version=1.0.2 +revision=1 archs=noarch build_style=python3-module -pycompile_module="hidapi logitech_receiver solaar" hostmakedepends="python3-setuptools" depends="python3-pyudev" short_desc="Linux device manager for a wide range of Logitech devices" @@ -12,8 +11,9 @@ 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=20f7c29610cc1d0a964052b6698c3e01f1703d08d621cbe7f9e45a9892632f13 +checksum=fd5898264b12f48270f1a7a4f437b97483a14f2aca71383a8c513d8ed536fd41 post_install() { - vinstall rules.d/42-logitech-unify-permissions.rules 644 usr/lib/udev/rules.d/ + vmkdir usr/lib/udev + mv ${DESTDIR}/etc/udev/rules.d ${DESTDIR}/usr/lib/udev }