summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-08-30Update to v0.10.0Ruud van Asseldonk
2025-08-01Temporarily remove ?signed from sourceRuud van Asseldonk
Then we don't have to tell makepkg to ignore the signature verification.
2025-08-01Update .SRCINFO as wellRuud van Asseldonk
2025-08-01Update to v0.9.0Ruud van Asseldonk
Unfortunately I had to revoke my PGP key, but the v0.9.0 tag is still signed with it. I don't plan to make alternative tags, but this problem will sort itself out with the next release, that should be signed with my new key. In the meantime, building with --skippgpcheck seems to be the best option; there is no way to still check the signature but ignore the revocation warning, which would still be better than not checking anything at all.
2025-03-24Add initial PKGBUILD for RCL 0.8.0Ruud van Asseldonk
Not sure if I'm doing this right, the Arch wiki on Rust packaging depends on Cargo rather than Rustup and picks the stable toolchain, which would likely also work, even though RCL pins the toolchain.