Checksum for AUR Package #5049
Replies: 2 comments 2 replies
-
|
The pulled PR I think should do everything. (Key line is updpkgsums: true that will update the sums, not need to generate yourself and add it with sed) If you want to go the extra mile. That would mean generating a checksums files on the release artifact and using those checksums on the publish-to-aur like for example https://github.com/containers/podman/releases/tag/v5.6.0 the shasums file |
Beta Was this translation helpful? Give feedback.
-
|
Arch has a tool, that I've used a lot called If run from the directory where the PKGBUILD, it will automatically fetch all the objects referenced, generate the checksum and write them on the corresponding section, it's very handy. On the already merged #5032 I see the: Which I assume will do just that. But the thing about checksums, is that the entity that generates the artifacts generates and publishes the checksums so that people can compare the one they get from their download with the one published by the source. This is like the very best way to work on this. The PR you have already merged should take care of what you are trying to achieve on #5050, but it would be great if before closing that PR, publish a release at some point, ping me, and I will check if the checksums are in the PKGBUILD published on the AUR. If not, your PR looks like a more manual way to achieve the same goal. PD: On that same pull request #5050 there is a I hope this explains well enough all. Thanks a lot for investing this much time on Arch packaging BTW. Appreciated :D |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@alosarjos would this adjustment to the build-publish-to-aur-on-release.yml do the trick???
Beta Was this translation helpful? Give feedback.
All reactions