Skip to content

[Bug] Release .pkg.tar.zst asset name includes pkgrel, breaking downstream packaging URLs #145

Description

@mcklatz

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions