Package name
rate-mirrors
Current version
0.28.3-2
New version
0.29.0-1
Upstream source
https://github.com/westandskif/rate-mirrors/releases/tag/v0.29.0
Reason for update
The PKGBUILD in master has already been updated to 0.29.0-1, but the CachyOS binary repository still publishes 0.28.3-2:
https://packages.cachyos.org/package/cachyos/x86_64/rate-mirrors
Because the cachyos repository has priority over Arch extra, users continue to receive 0.28.3-2 even though extra already provides 0.29.0-1.
Could the current package be rebuilt and published to the cachyos repository?
Additional context
The original update was merged in #1466.
That PKGBUILD initially referenced the downstream patch files without their .patch suffixes. This was corrected in #1492.
However, the corrected 0.29.0 package does not appear to have been rebuilt or published. A clean local makepkg build from the corrected recipe succeeds, and all three downstream patches apply successfully.
The committed .SRCINFO also appears stale: it still contains options = !lto and omits the openssl dependency present in PKGBUILD. It may be worth regenerating it with:
makepkg --printsrcinfo > .SRCINFO
Since 0.29.0-1 was never published in the CachyOS repository, rebuilding and publishing that release should be sufficient. If the build infrastructure requires a new version tuple to trigger another build, pkgrel could instead be bumped to 2.
Package name
rate-mirrors
Current version
0.28.3-2
New version
0.29.0-1
Upstream source
https://github.com/westandskif/rate-mirrors/releases/tag/v0.29.0
Reason for update
The PKGBUILD in master has already been updated to 0.29.0-1, but the CachyOS binary repository still publishes 0.28.3-2:
https://packages.cachyos.org/package/cachyos/x86_64/rate-mirrors
Because the cachyos repository has priority over Arch extra, users continue to receive 0.28.3-2 even though extra already provides 0.29.0-1.
Could the current package be rebuilt and published to the cachyos repository?
Additional context
The original update was merged in #1466.
That PKGBUILD initially referenced the downstream patch files without their
.patchsuffixes. This was corrected in #1492.However, the corrected 0.29.0 package does not appear to have been rebuilt or published. A clean local makepkg build from the corrected recipe succeeds, and all three downstream patches apply successfully.
The committed .SRCINFO also appears stale: it still contains
options = !ltoand omits theopenssldependency present in PKGBUILD. It may be worth regenerating it with:makepkg --printsrcinfo > .SRCINFOSince 0.29.0-1 was never published in the CachyOS repository, rebuilding and publishing that release should be sufficient. If the build infrastructure requires a new version tuple to trigger another build, pkgrel could instead be bumped to 2.