mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 22:24:14 +02:00
[view] feature: adding a new 'verified' filter for the packages table
This commit is contained in:
@@ -288,3 +288,6 @@ class ArchPackage(SoftwarePackage):
|
||||
@property
|
||||
def orphan(self) -> bool:
|
||||
return self.maintainer is None
|
||||
|
||||
def is_trustable(self) -> bool:
|
||||
return self.repository and self.repository != "aur"
|
||||
|
||||
Reference in New Issue
Block a user