openrazer 3.10.2-6

This commit is contained in:
2025-09-01 01:02:48 +03:00
parent b3b33937e8
commit ed3b9b4656

View File

@@ -5,7 +5,7 @@ name=(
python3-openrazer python3-openrazer
) )
version='3.10.2' version='3.10.2'
release='5' release='6'
desc='Community-led effort to support Razer peripherals on Linux' desc='Community-led effort to support Razer peripherals on Linux'
desc_ru='Коммьюнити-проект, который поддерживает периферийные устройства Razer на Linux' desc_ru='Коммьюнити-проект, который поддерживает периферийные устройства Razer на Linux'
homepage='https://openrazer.github.io' homepage='https://openrazer.github.io'
@@ -14,11 +14,6 @@ maintainer_ru="Евгений Храмов <xpamych@yandex.ru>"
architectures=('all') architectures=('all')
license=('GPL') license=('GPL')
provides=( 'openrazer-daemon') provides=( 'openrazer-daemon')
conflicts=(
'openrazer-daemon'
'openrazer-driver-dkms'
'python3-openrazer'
)
sources=("https://github.com/openrazer/openrazer/releases/download/v$version/openrazer-$version.tar.xz") sources=("https://github.com/openrazer/openrazer/releases/download/v$version/openrazer-$version.tar.xz")
checksums=('SKIP') checksums=('SKIP')
@@ -40,12 +35,14 @@ meta_openrazer-daemon() {
'xautomation' 'xautomation'
) )
opt_deps+=('libnotify: for the battery notifier') opt_deps+=('libnotify: for the battery notifier')
conflicts+=('openrazer-daemon')
} }
meta_openrazer-driver-dkms() { meta_openrazer-driver-dkms() {
deps+=('dkms') deps+=('dkms')
desc="OpenRazer kernel modules sources." desc="OpenRazer kernel modules sources."
desc_ru="Исходные коды модулей ядра OpenRazer." desc_ru="Исходные коды модулей ядра OpenRazer."
conflicts+=('openrazer-driver-dkms')
} }
meta_python3-openrazer() { meta_python3-openrazer() {
@@ -55,6 +52,7 @@ meta_python3-openrazer() {
) )
desc="Library for interacting with the OpenRazer daemon" desc="Library for interacting with the OpenRazer daemon"
desc_ru="Библиотека для взаимодействия с OpenRazer демоном" desc_ru="Библиотека для взаимодействия с OpenRazer демоном"
conflicts+=('python3-openrazer')
} }
package_openrazer-daemon() { package_openrazer-daemon() {