upgpkg: discord-electron-openasar 0.0.28+811-1

upstream release
Refactor PKGBUILD slightly
Update Krisp checksum
Check for empty lines when parsing flags
This commit is contained in:
Manuel 2023-07-13 06:40:55 +02:00
parent 746bf996c0
commit 454ccfafa4
Signed by: Manuel
GPG key ID: 4085037435E1F07A
3 changed files with 24 additions and 26 deletions

View file

@ -31,7 +31,7 @@ EOF
fi
for line in "${MAPFILE[@]}"; do
if [[ ! "${line}" =~ ^[[:space:]]*#.* ]]; then
if [[ ! "${line}" =~ ^[[:space:]]*#.* ]] && [[ -n "${line}" ]]; then
flags+=("${line}")
fi
done