diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-14 12:01:43 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-14 12:01:43 +0200 |
| commit | 1a697ef7f01c8966bdadd5c3e81d4d010bf7ed1b (patch) | |
| tree | 2851e96939182a295307f3231d1fc3c32b1fe9c8 /.extras/nvchecker.toml | |
| parent | 6cc28c4481561d60bbb709c614080cafd1daf6a7 (diff) | |
| download | my-slackbuilds-1a697ef7f01c8966bdadd5c3e81d4d010bf7ed1b.tar.gz my-slackbuilds-1a697ef7f01c8966bdadd5c3e81d4d010bf7ed1b.zip | |
remove plymouth; add new packages to nvchecker and README
Diffstat (limited to '.extras/nvchecker.toml')
| -rw-r--r-- | .extras/nvchecker.toml | 22 |
1 files changed, 14 insertions, 8 deletions
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 <h2> 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 = "<h2>([0-9]+\\.[0-9]+\\.[0-9]+)</h2>" + +[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" |
