-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
Add a new option to ignore downgrading package with the suffix -git when using -Suu #941
Comments
Zesko
changed the title
Add a new option to ignore downgrade package with the suffix '*-git'
Add a new option to ignore downgrading package with the suffix '*-git'
Feb 12, 2023
Zesko
changed the title
Add a new option to ignore downgrading package with the suffix '*-git'
Add a new option to ignore downgrading package with the suffix -git when using -Suu
Feb 13, 2023
Why even use -uu in the first place? |
It would be useful in some situations such as downgrading to a previous version of a package to fix compatibility issues and bugs when the package was rolled back in a repo. |
I am not sure yet, if Arch dropped support for "-uu", but I do not understand why it still works. "-uu" works differently than "-u". |
@Zesko please check my answer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you checked the readme and man page for this feature?
Yes
Have you checked previous issues for this feature?
Yes
sddm-git
from AUR.paru -S sddm-git
paru -Syuu
, the output:... 1 aur/sddm-git 0.19.0.199.g0a54d3a-1 -> 0.19.0.170.g3e48649-1 :: Packages to exclude (eg: 1 2 3, 1-3):
I installed
sddm-git
with the last version from git repo, but it does not match the version from PKGBUILD which isn't updated.My suggestion:
/etc/paru.conf
would add a new optionIgnoreDowngradeWithSuffixes
to ignore downgrading package with the suffix*-git
.paru version:
paru conf:
/etc/paru.conf
The text was updated successfully, but these errors were encountered: