[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

@@ -340,3 +340,9 @@ class SoftwareManager(ABC):
def fill_sizes(self, pkgs: List[SoftwarePackage]):
pass
def ignore_update(self, pkg: SoftwarePackage):
pass
def revert_ignored_update(self, pkg: SoftwarePackage):
pass