python3-pyudev: update to 0.22.0.
This commit is contained in:
parent
b6b1b288d8
commit
1c50158ba5
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-pyudev'
|
||||
pkgname=python3-pyudev
|
||||
version=0.21.0
|
||||
revision=5
|
||||
version=0.22.0
|
||||
revision=1
|
||||
wrksrc="pyudev-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -10,5 +10,5 @@ short_desc="Python bindings to libudev (Python3)"
|
|||
maintainer="Luca Weiss <luca@z3ntu.xyz>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/pyudev/pyudev"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=5f4625f89347e465731866ddbe042a055bbc5092577356aa3d089ac5fb8efd94
|
||||
distfiles="${PYPI_SITE}/p/pyudev/pyudev-${version}.tar.gz"
|
||||
checksum=69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276
|
||||
|
|
Loading…
Reference in New Issue