Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ovsyanka
Copy link

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