From 1f72c4d29e650ed5aee909a2f5d378aa0af84e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Fri, 30 May 2025 11:29:32 +0300 Subject: [PATCH] libopenrazer 0.4.0-3 --- openrazer/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openrazer/alr.sh b/openrazer/alr.sh index 1f0a164..9ba2c53 100644 --- a/openrazer/alr.sh +++ b/openrazer/alr.sh @@ -5,7 +5,7 @@ name=( python-openrazer ) version='3.10.2' -release='2' +release='3' desc='Community-led effort to support Razer peripherals on Linux' desc_ru='Коммьюнити-проект, который поддерживает периферийные устройства Razer на Linux' homepage='https://openrazer.github.io' @@ -31,7 +31,7 @@ meta_openrazer-daemon() { desc="Userspace daemon that abstracts access to the kernel driver. Provides a DBus service for applications to use." desc_ru="Пользовательский демон, который абстрагирует доступ к драйверу ядра. Предоставляет D-Bus сервис для приложений для использования." deps+=( - 'dbus-python' + 'python3-dbus' 'python3-daemonize' 'python3-gobject' 'python3-pyudev'