mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[fix][aur] not able to install packages based on other packages | other fixes
This commit is contained in:
@@ -66,6 +66,9 @@ class ArchPackage(SoftwarePackage):
|
||||
def is_application(self):
|
||||
return self.can_be_run()
|
||||
|
||||
def get_base_name(self) -> str:
|
||||
return self.package_base if self.package_base else self.name
|
||||
|
||||
def supports_disk_cache(self):
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user