Skip to content

Commit

Permalink
added additional keys to show
Browse files Browse the repository at this point in the history
  • Loading branch information
MAGANER committed Mar 10, 2024
1 parent 269f74f commit 9dce2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aurwatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def compute_request(args):

def get_source_related_keys_list(source):
if source == "aur":
return ("Name","Description","Maintainer")
return ("Name","Description","Maintainer","URL","Version","OutOfData")
else:
return ("pkgname","pkgdesc","packager","repo","arch","url")

Expand Down

0 comments on commit 9dce2e5

Please sign in to comment.