diff --git a/aur.py b/aur.py index 9b6c25d..96d164b 100644 --- a/aur.py +++ b/aur.py @@ -66,6 +66,7 @@ class AURPackage: def exists(self): + """Check if the package exists (in the AUR).""" return self._exists