Solaar: update to 1.1.8.
This commit is contained in:
parent
8d014c338a
commit
8dfbd7ca7a
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'Solaar'
|
# Template file for 'Solaar'
|
||||||
pkgname=Solaar
|
pkgname=Solaar
|
||||||
version=1.1.5
|
version=1.1.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-evdev python3-pyudev python3-psutil python3-yaml
|
depends="python3-evdev python3-pyudev python3-psutil python3-yaml
|
||||||
python3-xlib python3-gobject"
|
python3-xlib python3-gobject"
|
||||||
|
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"
|
||||||
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.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/${version}.tar.gz"
|
distfiles="https://github.com/pwr-Solaar/Solaar/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=f8ac1db77d2713f057a83e448d84f6266d63c4fd36235ddb3dc20c6c8cbc0efe
|
checksum=616c8056e7fe1f836e9d26e57430388d35c7f8d3b6d33ce0b2682d89e46714c1
|
||||||
# Package provides no tests
|
|
||||||
make_check=no
|
|
||||||
|
|
Loading…
Reference in New Issue