Sound handling improved.

This commit is contained in:
Storm Dragon
2025-12-31 13:05:53 -05:00
parent 489651e3fa
commit 707f63b758
5 changed files with 5 additions and 5 deletions

View File

@@ -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