From 1a697ef7f01c8966bdadd5c3e81d4d010bf7ed1b Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 14 Aug 2026 12:01:43 +0200 Subject: remove plymouth; add new packages to nvchecker and README --- .extras/nvchecker.toml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to '.extras/nvchecker.toml') diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml index 2793911..37ea0ba 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -156,14 +156,6 @@ host = "codeberg.org" use_max_tag = true prefix = "v" -# Upstream is on freedesktop.org, not a forge, so scrape the release -# directory listing. Versions are CalVer-ish (26.134.222), so sorting is -# left to nvchecker's default. -[plymouth] -source = "regex" -url = "https://www.freedesktop.org/software/plymouth/releases/" -regex = 'plymouth-([0-9][0-9.]*)\.tar\.xz' - # Typora is proprietary with no git repo, so there is no github/pypi feed. # The Linux changelog page is the only per-platform source of truth: its # newest

is the current Linux version. Do NOT use dev_update.xml, which @@ -172,3 +164,17 @@ regex = 'plymouth-([0-9][0-9.]*)\.tar\.xz' source = "regex" url = "https://typora.io/releases/linux" regex = "

([0-9]+\\.[0-9]+\\.[0-9]+)

" + +[python3-pathvalidate] +source = "pypi" +pypi = "pathvalidate" + +[python3-onnxruntime] +source = "pypi" +pypi = "onnxruntime" + +[piper-tts] +source = "github" +github = "OHF-Voice/piper1-gpl" +use_latest_release = true +prefix = "v" -- cgit v1.2.3