-
Notifications
You must be signed in to change notification settings - Fork 8
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
check devel-updates from AUR with last commit #17
check devel-updates from AUR with last commit #17
Conversation
I think this PR is ready to be reviewed / merged ! Development packages have a suffix denoting their Version Control System. AUR Helpers (like paru, yay etc.) maintain a database during installation/update to keep track of the last commit, and thus detect when an update is required after a new commit. Advantage: speed because a database is used. You can enable development package checking (-git) using Once done, since the necessary informations are known, we just need to check the last commit. |
@jlaunay could you run |
217e215
to
0dd42d3
Compare
I have added ShellCheck GitHub action, but seems like there is no way to launch this check on already created PR... |
I run this against shellcheck and change for "devel-update available from AUR". |
@ouztheone do you have time to check Turkey translation? |
Hey, thanks for the heads up. I added my suggestions. :) |
Co-authored-by: ouztheone <oguzzakin@gmail.com>
Co-authored-by: ouztheone <oguzzakin@gmail.com>
@jlaunay I will release update tomorrow, out of desk now! |
Thanks a lot, in the meantime, I published a waybar-updates-git package on AUR. |
In order to keep waybar-updates AUR Helper-agnostic I'm now checking if devel packages need an update using the latest commit on the git repository.
This version works for me at the moment, I'm still testing it.
Depending on the number of "devel" packages installed, the first run may take more or less time, but inside "check_updates offline", you only check the packages that have been previously flagged with changes upstream.