The Arch package shipped in releases is named with the pkgrel embedded: sone-0.19.0-1-x86_64.pkg.tar.zst
This follows makepkg's $pkgname-$pkgver-$pkgrel-$arch convention, so the file itself is correct. The problem is using it as a release asset: the -1 (pkgrel) is not part of the tag (v0.19.0), which makes the download URL awkward and fragile for anyone packaging a -bin wrapper.
Could you upload the asset under a stable, pkgrel-independent name (e.g. sone-x86_64.pkg.tar.zst) so the download URL is determined by the tag alone? Happy to send a PR.
Thank you!
The Arch package shipped in releases is named with the pkgrel embedded:
sone-0.19.0-1-x86_64.pkg.tar.zstThis follows makepkg's
$pkgname-$pkgver-$pkgrel-$archconvention, so the file itself is correct. The problem is using it as a release asset: the -1 (pkgrel) is not part of the tag (v0.19.0), which makes the download URL awkward and fragile for anyone packaging a -bin wrapper.Could you upload the asset under a stable, pkgrel-independent name (e.g. sone-x86_64.pkg.tar.zst) so the download URL is determined by the tag alone? Happy to send a PR.
Thank you!