Skip to content

Commit

Permalink
fixing acman package version problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Dec 27, 2024
1 parent c326901 commit 701c6d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pacman-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
ls
pwd
cd microemacs/packages/msys2
sed -i "s/__VERSION__/${VERSION}/" PKGBUILD.tpl
bash tpl2pkg.sh ${VERSION} PKGBUILD.tpl
ls microemacs-package
cd microemacs-package
Expand Down
4 changes: 2 additions & 2 deletions microemacs/packages/msys2/PKGBUILD.tpl
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Maintainer: Detlef Groth <your@email.com>

pkgname=microemacs
pkgver=20240902
pkgver=__VERSION__
pkgrel=1
pkgdesc="Jasspa MicroEmacs Text Editor"
arch=('x86_64')
url="https://github.com/bjasspa/jasspa"
license=('GPL')
source=("mesc.exe" "mesw.exe" "readme.txt" "COPYING.txt")
sha256sums=(
'digest-mesw.exe'
'digest-mesc.exe'
'digest-mesw.exe'
'digest-readme.txt'
'digest-COPYING.txt')
Expand Down

0 comments on commit 701c6d2

Please sign in to comment.