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 02d1c8dc1d
commit a7820e7869
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