auracle icon indicating copy to clipboard operation
auracle copied to clipboard

Check -git package outdate?

Open tmpm697 opened this issue 2 years ago • 14 comments

Can you add this to auracle?

tmpm697 avatar May 12 '22 10:05 tmpm697

No they can't, the aur doesn't keep version information about git packages, it is calculated on the fly.

ThePirate42 avatar Jul 05 '22 19:07 ThePirate42

Correct me if I'm wrong, but if a critical update exists in a -git package the maintainer would generally bump the pkgrel, so the update is seen by the users.

rellieberman avatar Jul 05 '22 19:07 rellieberman

But in that case auracle should already be able to detect it, right?

ThePirate42 avatar Jul 05 '22 19:07 ThePirate42

If the pkgrel has been bumped, auracle should report an update

rellieberman avatar Jul 05 '22 19:07 rellieberman

Exactly, I think we are saying the same thing.

ThePirate42 avatar Jul 05 '22 19:07 ThePirate42

I mean that if pkgrel is updated in the PKGBUILD, then auracle picks it up already

rellieberman avatar Jul 05 '22 20:07 rellieberman

Yes, exactly, I agree

ThePirate42 avatar Jul 05 '22 20:07 ThePirate42

Correct me if I'm wrong, but if a critical update exists in a -git package the maintainer would generally bump the pkgrel, so the update is seen by the users.

The maintainer would build and install a new package including the critical update, thereby bumping the pkgver, and could then commit and push the changes.

polyzen avatar Jul 06 '22 00:07 polyzen

-git packages not often change pkgrel for its git update.

tmpm697 avatar Jul 06 '22 11:07 tmpm697

This is the only reason hold me back from use auracle totally for aur packages. I currently use paru to track -git packages and auracle as a backup.

tmpm697 avatar Jul 07 '22 15:07 tmpm697

when tracking git packages you want to update every new commit?

rellieberman avatar Jul 07 '22 18:07 rellieberman

I want to know if there's new commit to the repo, so I can decide to update it manually via makepkg or not.

tmpm697 avatar Jul 08 '22 01:07 tmpm697

You could track their feeds, eg. https://github.com/falconindy/auracle/commits/master.atom.

polyzen avatar Jul 08 '22 01:07 polyzen

No, I want auracle to keep track of all aur packages that ended with -git when there's new commit to the repo that -git packages based from.

tmpm697 avatar Jul 08 '22 01:07 tmpm697