fix: fix Aur detection packages

This commit is contained in:
2026-05-27 07:41:44 +02:00
parent 8d0d9835be
commit 084d1f5b42
4 changed files with 235 additions and 1 deletions

View File

@ -12,6 +12,7 @@ _DEFAULTS = {
"last_check": None,
"available_updates": [],
"pending_restart": [],
"pending_aur": [],
"installed_history": [],
"errors": [],
}