mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
[feature] ignore updates: Arch/AUR packages
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user