diff --git a/package/Package.py b/package/Package.py index 61c9c89..dde2c2b 100644 --- a/package/Package.py +++ b/package/Package.py @@ -39,7 +39,8 @@ class Package(object): self.getDeps() except BuildError: print("Aborting build of %s" % self.name) - + else: + self.repo = True def inaur(self): response = requests.get("https://aur.archlinux.org/packages/%s" % (self.name)) if response.status_code < 400: