Skip to content

Commit

Permalink
fixing package version for pacman msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Dec 27, 2024
1 parent 71b1070 commit c326901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microemacs/packages/msys2/tpl2pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function tpl2pkg {
#mv microemacs-package/bin/*/*.exe microemacs-package/
#unzip -o Jasspa_MicroEmacs_${version}_macros.zip -d microemacs-package
#unzip -o Jasspa_MicroEmacs_${version}_help_ehf.zip -d microemacs-package
mv microemacs-package/bin/*/me?s.exe microemacs-package/
mv microemacs-package/bin/*/mes?.exe microemacs-package/
dig=$(sha256sum microemacs-package/mesc.exe | cut -c 1-64)
sed -E "s/digest-mesc.exe/${dig}/" $2 > microemacs-package/PKGBUILD
dig=$(sha256sum microemacs-package/mesw.exe | cut -c 1-64)
Expand Down

0 comments on commit c326901

Please sign in to comment.