diff options
-rw-r--r-- | system/Solaar/Solaar.SlackBuild | 8 | ||||
-rw-r--r-- | system/Solaar/Solaar.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/system/Solaar/Solaar.SlackBuild b/system/Solaar/Solaar.SlackBuild index c34f5e75dc..e7d077043f 100644 --- a/system/Solaar/Solaar.SlackBuild +++ b/system/Solaar/Solaar.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Solaar -# Copyright 2019-2023 Erich Ritz, Jenks, Oklahoma, USA +# Copyright 2019-2024 Erich Ritz, Jenks, Oklahoma, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=Solaar -VERSION=${VERSION:-1.1.10} +VERSION=${VERSION:-1.1.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -68,9 +68,7 @@ find -L . \ python3 setup.py install --root=$PKG -mkdir -p $PKG/lib/udev/rules.d -mv $PKG/usr/share/solaar/udev-rules.d/42-logitech-unify-permissions.rules $PKG/lib/udev/rules.d -rmdir $PKG/usr/share/solaar/udev-rules.d +mv $PKG/usr/lib $PKG/ sed -i 's/#MODE="0660", GROUP="plugdev"/MODE="0660", GROUP="plugdev"/g' $PKG/lib/udev/rules.d/42-logitech-unify-permissions.rules mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/system/Solaar/Solaar.info b/system/Solaar/Solaar.info index 8d9b0ff134..3cebd904ad 100644 --- a/system/Solaar/Solaar.info +++ b/system/Solaar/Solaar.info @@ -1,8 +1,8 @@ PRGNAM="Solaar" -VERSION="1.1.10" +VERSION="1.1.11" HOMEPAGE="https://pwr-solaar.github.io/Solaar/" -DOWNLOAD="https://github.com/pwr-Solaar/Solaar/archive/1.1.10/Solaar-1.1.10.tar.gz" -MD5SUM="a46694107814f46eb0bbc69003081d0a" +DOWNLOAD="https://github.com/pwr-Solaar/Solaar/archive/1.1.11/Solaar-1.1.11.tar.gz" +MD5SUM="00c5238277ef60d8a091ba28f3220b9e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-evdev pyudev python3-xlib python3-psutil" |