From e102c0b42fb38f5830ad100530f4bb67c86cb42c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 31 Jul 2021 15:56:41 +0200 Subject: fix tarballer sed-fu in other packages, too --- core/linux/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'core') diff --git a/core/linux/PKGBUILD b/core/linux/PKGBUILD index 2dbc5c3d..7e04423d 100644 --- a/core/linux/PKGBUILD +++ b/core/linux/PKGBUILD @@ -36,10 +36,12 @@ eval "$( for ((i=0; i<${#source[@]}; i++)); do infos=$( printf '%s\n' "${source[${i}]}" | \ - sed -n ' - s@^\(\([^:]\+\)::\)\?\(git\|hg\)+\([^#?]\+\)\(?signed\)\?#\(\(tag\|commit\)=\S\+\)$@\3 \2 \4 \5 \6@ - T - p + sed ' + s@^\(\([^:]\+\)::\)\?\(git\|hg\)+\([^#?]\+\)\(?signed\)\?#\(\(tag\|commit\)=[^?]\+\)$@\3 \2 \4 \5 \6@ + t + s@^\(\([^:]\+\)::\)\?\(git\|hg\)+\([^#?]\+\)#\(\(tag\|commit\)=[^?]\+\)\(?signed\)\?$@\3 \2 \4 \7 \5@ + t + d ' ) if [ -n "${infos}" ]; then -- cgit v1.2.3