From c805c60f4093077cc2a51408597667be7a905705 Mon Sep 17 00:00:00 2001 From: Beethoven <44652883+Beethoven-n@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:09:29 -0500 Subject: [PATCH] (scripts/prep.sh) update i forgot to follow the style woops Signed-off-by: Beethoven <44652883+Beethoven-n@users.noreply.github.com> --- scripts/prep.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/prep.sh b/scripts/prep.sh index c08d09ed..a4c8a132 100755 --- a/scripts/prep.sh +++ b/scripts/prep.sh @@ -34,10 +34,10 @@ update_mpr_pkgbuild() { # /^sha256sums=/{sub(/[0-9a-f]{64}/,sha)}; # 1' PKGBUILD >a # mv a PKGBUILD - - echo thing 1 - sed -s -i "s/pkgver=\"\"/pkgver=\"$ver\"/" PKGBUILD - sed -s -i "s/sha256sums=(\".*\")/sha256sums=(\"$sha\")/" PKGBUILD + # TODO: check if this still works. if so, remove the following 2 lines: + + sed -s -i "s/pkgver=\"\"/pkgver=\"$ver\"/" PKGBUILD + sed -s -i "s/sha256sums=(\".*\")/sha256sums=(\"$sha\")/" PKGBUILD rm -rf x }