mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
[arch] feature -> AUR: rebuild-detector integration
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from abc import ABC, abstractmethod
|
||||
from enum import Enum
|
||||
from typing import List
|
||||
from typing import List, Optional
|
||||
|
||||
from bauh.api.constants import CACHE_PATH
|
||||
|
||||
@@ -223,6 +223,12 @@ class SoftwarePackage(ABC):
|
||||
"""
|
||||
return self.name
|
||||
|
||||
def get_update_tip(self) -> Optional[str]:
|
||||
"""
|
||||
custom 'version' update tooltip
|
||||
"""
|
||||
return
|
||||
|
||||
@abstractmethod
|
||||
def supports_backup(self) -> bool:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user