summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pin-dependencies.PKGBUILDpatch3
1 files changed, 1 insertions, 2 deletions
diff --git a/pin-dependencies.PKGBUILDpatch b/pin-dependencies.PKGBUILDpatch
index 54553a7d..fc23c0a7 100644
--- a/pin-dependencies.PKGBUILDpatch
+++ b/pin-dependencies.PKGBUILDpatch
@@ -1,5 +1,5 @@
if printf '%s\n' "${arch[@]}" | grep -qvxF any; then
- _depends=(
+ depends=(
$(
{
printf '%s\n' "${depends[@]}"
@@ -31,5 +31,4 @@ if printf '%s\n' "${arch[@]}" | grep -qvxF any; then
| cut -d' ' -f1
)
)
- depends=("${_depends[@]}")
fi