diff options
-rw-r--r-- | pin-dependencies.PKGBUILDpatch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pin-dependencies.PKGBUILDpatch b/pin-dependencies.PKGBUILDpatch index 54553a7d4..fc23c0a79 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 |