alerque / aur

Package sources for all the AUR packages I either maintain, co-maintain, or fork.
https://wiki.archlinux.org/index.php/Unofficial_user_repositories#alerque
45 stars 26 forks source link

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

Open Ovsyanka opened 11 months ago

Ovsyanka commented 11 months ago

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.