(scripts/prep.sh) update

i forgot to follow the style woops

Signed-off-by: Beethoven <44652883+Beethoven-n@users.noreply.github.com>
This commit is contained in:
Beethoven 2025-08-01 16:09:29 -05:00 committed by ed
parent c69c7c8ac0
commit c805c60f40

View file

@ -34,8 +34,8 @@ update_mpr_pkgbuild() {
# /^sha256sums=/{sub(/[0-9a-f]{64}/,sha)}; # /^sha256sums=/{sub(/[0-9a-f]{64}/,sha)};
# 1' PKGBUILD >a # 1' PKGBUILD >a
# mv a PKGBUILD # mv a PKGBUILD
# TODO: check if this still works. if so, remove the following 2 lines:
echo thing 1
sed -s -i "s/pkgver=\"\"/pkgver=\"$ver\"/" PKGBUILD sed -s -i "s/pkgver=\"\"/pkgver=\"$ver\"/" PKGBUILD
sed -s -i "s/sha256sums=(\".*\")/sha256sums=(\"$sha\")/" PKGBUILD sed -s -i "s/sha256sums=(\".*\")/sha256sums=(\"$sha\")/" PKGBUILD