aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/Solaar/README3
-rw-r--r--system/Solaar/Solaar.SlackBuild4
-rw-r--r--system/Solaar/Solaar.info8
3 files changed, 9 insertions, 6 deletions
diff --git a/system/Solaar/README b/system/Solaar/README
index 9c6b8509f9ae3..cb67a12858980 100644
--- a/system/Solaar/README
+++ b/system/Solaar/README
@@ -21,3 +21,6 @@ usermod -a -G plugdev <username>
After installation, you must physically remove the Unifying Receiver and
re-insert it for the device node permissions to take effect for the
first time.
+
+NOTE: As of 1.0.2 Solaar has moved to python3, so all of its
+dependencies must be built with python3 support.
diff --git a/system/Solaar/Solaar.SlackBuild b/system/Solaar/Solaar.SlackBuild
index 360cf018f8525..f59f7f1b1a829 100644
--- a/system/Solaar/Solaar.SlackBuild
+++ b/system/Solaar/Solaar.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Solaar
-VERSION=${VERSION:-1.0.1}
+VERSION=${VERSION:-1.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,7 +59,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python setup.py install --root=$PKG
+python3 setup.py install --root=$PKG
mkdir -p $PKG/etc/udev/rules.d
cp -a rules.d/42-logitech-unify-permissions.rules $PKG/etc/udev/rules.d
diff --git a/system/Solaar/Solaar.info b/system/Solaar/Solaar.info
index dc37e41ca4565..6f9fd9d7cf82a 100644
--- a/system/Solaar/Solaar.info
+++ b/system/Solaar/Solaar.info
@@ -1,10 +1,10 @@
PRGNAM="Solaar"
-VERSION="1.0.1"
+VERSION="1.0.3"
HOMEPAGE="https://pwr-solaar.github.io/Solaar/"
-DOWNLOAD="https://github.com/pwr-Solaar/Solaar/archive/1.0.1/Solaar-1.0.1.tar.gz"
-MD5SUM="1464f68e000b2f93897ccc5736bfb61a"
+DOWNLOAD="https://github.com/pwr-Solaar/Solaar/archive/1.0.3/Solaar-1.0.3.tar.gz"
+MD5SUM="0fb26e93f4fe5022809e6fdf25dddbd6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pyudev"
+REQUIRES="python3 pyudev"
MAINTAINER="Erich Ritz"
EMAIL="erich.public@protonmail.com"