Almost read for new version.

This commit is contained in:
Storm Dragon
2025-12-28 16:58:29 -05:00
parent a9b4176672
commit 85b358d22b
5 changed files with 48 additions and 43 deletions

View File

@@ -72,7 +72,7 @@ if [[ -n "$codeNameValue" ]]; then
sed -i "s/^codeName = \".*\"/codeName = \"${codeNameValue}\"/" "$cthulhuVersionFile"
fi
sed -i "s/^ version: '.*',/ version: '${fullVersion}',/" "$mesonFile"
sed -i "s/^pkgver=.*/pkgver=${fullVersion}/" "$pkgbuildFile"
sed -i "s/^pkgver=.*/pkgver=${pythonVersion}/" "$pkgbuildFile"
sed -i "s/^pkgrel=.*/pkgrel=1/" "$pkgbuildFile"
if ! rg -q "^version = \"${pythonVersion}\"" "$cthulhuVersionFile"; then