aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-03-26 14:40:58 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2018-03-26 14:40:58 +0200
commitf41d24b77a5299cefa773b84a794932b9b25c36b (patch)
tree912531e3ae00e6236de6a4bda1d08cecd31bb74c
parentecdd925ebfd7504853c06d49b2fa7920bac7432c (diff)
Assume .Group in json to be an array
-rwxr-xr-xauria.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/auria.sh b/auria.sh
index 8ac1b14..dd92402 100755
--- a/auria.sh
+++ b/auria.sh
@@ -37,7 +37,6 @@
# PROBLEM: The AUR RPC does not search for provides (e.g. dictd-foldoc).
# PROBLEM/NOPROBLEM: Things may change while downloading things (e.g. deps).
# TODO: Fix update_all
-# `- Do not update packages more than once.
# `- Do not update if AUR version and local version match.
# TODO: search: append (group) [installed{ :verstring}] if applicable
# - group not easily available;
@@ -812,7 +811,7 @@ function info
"Out Of Date" ".OutOfDate // empty"
"Maintainer" ".Maintainer // empty"
"Licenses" ".License[]?"
- "Groups" ".Group // empty"
+ "Groups" ".Group[]?"
"Provides" ".Provides[]?"
"Depends On" ".Depends[]?"
"Make Deps" ".MakeDepends[]?"