From f41d24b77a5299cefa773b84a794932b9b25c36b Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Mon, 26 Mar 2018 14:40:58 +0200 Subject: Assume .Group in json to be an array --- auria.sh | 3 +-- 1 file changed, 1 insertion(+), 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[]?" -- cgit v1.2.3