Update to version 0.5.4

This commit is contained in:
github-actions[bot] 2026-02-10 23:40:13 +00:00
parent 61bbeb522f
commit 3e9bbf3400
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = markus-bin
pkgdesc = A local WYSIWYG Markdown editor built with Electron, React, and ProseMirror
pkgver = 0.5.3
pkgver = 0.5.4
pkgrel = 1
url = https://github.com/benquemax/markus-the-editor
arch = x86_64
@ -19,7 +19,7 @@ pkgbase = markus-bin
conflicts = markus-the-editor
options = !strip
options = !debug
source = Markus-0.5.3.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.5.3/Markus-0.5.3.AppImage
sha256sums = 5b33c93c6ac74d533721a2603fb054f2f9909d8382f6aee1bf544440640d154e
source = Markus-0.5.4.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.5.4/Markus-0.5.4.AppImage
sha256sums = 6c22f0657ad409788e0ef1d3709ab754dbb87ac146e034b19000769092d81d4c
pkgname = markus-bin

View file

@ -2,7 +2,7 @@
pkgname=markus-bin
_appname=markus-the-editor
pkgver=0.5.3
pkgver=0.5.4
pkgrel=1
pkgdesc="A local WYSIWYG Markdown editor built with Electron, React, and ProseMirror"
arch=('x86_64')
@ -14,7 +14,7 @@ provides=('markus' 'markus-the-editor')
conflicts=('markus' 'markus-the-editor')
options=('!strip' '!debug')
source=("Markus-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/Markus-${pkgver}.AppImage")
sha256sums=('5b33c93c6ac74d533721a2603fb054f2f9909d8382f6aee1bf544440640d154e')
sha256sums=('6c22f0657ad409788e0ef1d3709ab754dbb87ac146e034b19000769092d81d4c')
prepare() {
chmod +x "Markus-${pkgver}.AppImage"