Solaar: update to 1.1.10.

This commit is contained in:
icp 2023-09-24 00:37:34 +05:30 committed by classabbyamp
parent 49806e7e6c
commit dc51f8966f

View file

@ -1,10 +1,10 @@
# Template file for 'Solaar' # Template file for 'Solaar'
pkgname=Solaar pkgname=Solaar
version=1.1.9 version=1.1.10
revision=1 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools python3-wheel"
depends="python3-evdev python3-pyudev python3-psutil python3-yaml depends="python3-evdev python3-pyudev python3-psutil python3-yaml python3-dbus
python3-xlib python3-gobject" python3-xlib python3-gobject"
checkdepends="${depends}" checkdepends="${depends}"
short_desc="Linux device manager for a wide range of Logitech devices" short_desc="Linux device manager for a wide range of Logitech devices"
@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
homepage="https://pwr-solaar.github.io/Solaar/" homepage="https://pwr-solaar.github.io/Solaar/"
changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md" changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md"
distfiles="https://github.com/pwr-Solaar/Solaar/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/pwr-Solaar/Solaar/archive/refs/tags/${version}.tar.gz"
checksum=3cb0cb4c79ef2ea0ac7c9adc9c4a6f4f15d28e99ff2df33850de0520ced9f116 checksum=40887b508e4cfc753e5c2e82caa4af7f057cadad4a32f238f9aef898b8ccfb2c
post_install() { post_install() {
vdoc "${FILESDIR}/README.voidlinux" vdoc "${FILESDIR}/README.voidlinux"