David Runge pushed to branch main at Arch Linux / Packaging / Packages / vlc
Commits: a894ea7b by David Runge at 2025-12-09T13:54:51+01:00 Use git repository for upstream version tracking Signed-off-by: David Runge <[email protected]> - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,4 @@ [vlc] -source = "regex" -url = "https://www.videolan.org/vlc/download-sources.html" -regex = "Latest VLC source code tarball \\(([0-9\\.]+)\\):" +source = "git" +git = "https://code.videolan.org/videolan/vlc/" +exclude_regex = '.*(alpha|beta|dev|pre|rc).*' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vlc/-/commit/a894ea7b7a01db28c626af1323e6a0b11bda638a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vlc/-/commit/a894ea7b7a01db28c626af1323e6a0b11bda638a You're receiving this email because of your account on gitlab.archlinux.org.
