Sound handling improved.
This commit is contained in:
@@ -87,7 +87,7 @@ if ! rg -q "^ version: '${fullVersion}'," "$mesonFile"; then
|
||||
echo "Error: Failed to update ${mesonFile}" >&2
|
||||
exit 1
|
||||
fi
|
||||
if ! rg -q "^pkgver=${fullVersion}$" "$pkgbuildFile"; then
|
||||
if ! rg -q "^pkgver=${pythonVersion}$" "$pkgbuildFile"; then
|
||||
echo "Error: Failed to update ${pkgbuildFile}" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user