Rearranged repo checks to check aur first
This commit is contained in:
parent
96be6d02cd
commit
a0e76ab8fb
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ class Package(object):
|
|||
self.upToDate = False
|
||||
self.aurdeps = []
|
||||
self.pkgs = ""
|
||||
self.inrepo()
|
||||
if not self.repo:
|
||||
self.inaur()
|
||||
self.inaur()
|
||||
if not self.aur:
|
||||
self.inrepo()
|
||||
if self.aur:
|
||||
self.isgroup()
|
||||
if not os.path.exists(self.path):
|
||||
|
|
Loading…
Add table
Reference in a new issue