From 83e8727103fec492e495513c75c512eed674fb3f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 11 Dec 2019 11:03:59 +0100 Subject: lib/common-functions: mangle_pkgbuild(): do not mangle *depends, when regex does not match until end of file (it's a failsafe) --- lib/common-functions | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/common-functions b/lib/common-functions index a1e019f..f5e1f74 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -452,14 +452,14 @@ mangle_pkgbuild() { s/^\(\s*pkgrel=\)['"'"'"]\?\([0-9.]\+\)['"'"'"]\?\s*\(#.*\)\?$/\1"\2'"${sub_pkgrel}"'"/ ' "${PKGBUILD}" + # shellcheck disable=SC2016 sed -i ' /^\s*\(make\|check\|opt\|\)depends\(_[^=[:space:]]\+\)\?=(/ { :a /^\s*\(\S[^=]*\)=(\([^()]*\(#[^\n]*\n\)\?\)*)/! { - $! { - N - ba - } + $b + N + ba } :b s/\(=.*["'"'"'([:space:]]\)lib32-/\1/g -- cgit v1.2.3