python3-vlc: update to 3.18121

This commit is contained in:
joelchrono12 2023-01-10 10:33:38 -06:00 committed by Chocimier
parent d4ee28815a
commit 7d6d5e95ff
2 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'python3-vlc'
pkgname=python3-vlc
version=3.0.16120
revision=2
version=3.0.18121
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
@ -10,4 +10,4 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="LGPL-2.1-or-later"
homepage="https://wiki.videolan.org/Python_bindings"
distfiles="${PYPI_SITE}/p/python-vlc/python-vlc-${version}.tar.gz"
checksum=92f98fee088f72bd6d063b3b3312d0bd29b37e7ad65ddeb3a7303320300c2807
checksum=24550314a3e6ed55fd347b009491c98b865f9dfa05a92e889d7b0a2210e7485b

View file

@ -0,0 +1,2 @@
site="https://pypi.org/simple/python-vlc"
pattern="python-vlc-\K[\d.]+(?=\.tar\.gz)"