Skip to content

fix: gittyup add integrity check, replace git sources with tar.gz#67

Open
Ovsyanka wants to merge 1 commit intoalerque:masterfrom
Ovsyanka:master
Open

fix: gittyup add integrity check, replace git sources with tar.gz#67
Ovsyanka wants to merge 1 commit intoalerque:masterfrom
Ovsyanka:master

Conversation

@Ovsyanka
Copy link
Copy Markdown

Using git sources without specifying particular commits can lead to AUR helpers misbehaving. Particularly paru considers package as intended for rebuild each time one of the git sources get new commit. This situation is described here

When the git repo that the package pulls from has a new commit, paru will update the package assuming it will result in a new version.

So I replaced git sources with archives and this change allowed to add integrity check (checksums), that is good thing to have.

Using git sources without specifying particular commits can lead to AUR helpers misbehaving. Particularly `paru` considers package as intended for rebuild each time one of the git sources get new commit. This situation is described [here](Morganamilo/paru#1021 (comment))
> When the git repo that the package pulls from has a new commit, paru will update the package assuming it will result in a new version.

So I replaced git sources with archives and this change allowed to add integrity check (checksums), that is good thing to have.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant