Problem
contrib/aur/PKGBUILD:4 is permanently stale: pkgver=0.22.0 while the repo is at 0.26.0, with a stale sha256sums. scripts/bump_version.py (discover_pyproject_files, verify_no_old_versions) only touches pyproject.toml files; the PKGBUILD is patched ad hoc by release.yml:160-163 at publish time, so the committed file never matches and a local makepkg from the repo fails.
Direction
Have bump_version.py rewrite pkgver (and set sha256sums to SKIP or regenerate) and include the PKGBUILD in verify_no_old_versions.
Found during repo-wide audit, 2026-07-25.
Problem
contrib/aur/PKGBUILD:4is permanently stale:pkgver=0.22.0while the repo is at 0.26.0, with a stalesha256sums.scripts/bump_version.py(discover_pyproject_files,verify_no_old_versions) only touchespyproject.tomlfiles; the PKGBUILD is patched ad hoc byrelease.yml:160-163at publish time, so the committed file never matches and a localmakepkgfrom the repo fails.Direction
Have
bump_version.pyrewritepkgver(and setsha256sumstoSKIPor regenerate) and include the PKGBUILD inverify_no_old_versions.Found during repo-wide audit, 2026-07-25.