aboutsummaryrefslogtreecommitdiff
path: root/auria.sh
diff options
context:
space:
mode:
Diffstat (limited to 'auria.sh')
-rwxr-xr-xauria.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/auria.sh b/auria.sh
index b74a5fa..9d52a90 100755
--- a/auria.sh
+++ b/auria.sh
@@ -57,6 +57,7 @@
# CONSIDER: (repo_deps) (space vs. newline) separated string
# CONSIDER: (print_localver,print_repover) removal
# CONSIDER: Use `local var=value' at beginning of functions.
+# CONSIDER: Remove repo_deps[].
# Q?: When to set retstr to ''.
# Q?: Is aur_itype[] needed?
# IDEA: (print_restriction) consider to use sed.
@@ -494,7 +495,7 @@ function resolve_deps
for dep in "${deps[@]}" "${makedeps[@]}"
do
#echo $dep
- aur_revdeps["$dep"]="$pkg"
+ aur_revdeps["$dep"]+=" $pkg "
resolve_deps "$dep" dep
done
fi