[feature] ignore updates: Arch/AUR packages

This commit is contained in:
Vinicius Moreira
2020-05-17 14:36:22 -03:00
parent 86ba1aeda7
commit a320f30911
25 changed files with 566 additions and 12 deletions

View File

@@ -95,6 +95,12 @@ class SoftwarePackage(ABC):
def can_be_installed(self):
return not self.installed
def is_update_ignored(self) -> bool:
return False
def supports_ignored_updates(self) -> bool:
return False
@abstractmethod
def get_type(self):
"""