[fix][aur] not able to install packages based on other packages | other fixes

This commit is contained in:
Vinícius Moreira
2020-01-22 17:07:28 -03:00
parent 21a104bd6e
commit ffa7611930
6 changed files with 80 additions and 39 deletions

View File

@@ -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