From 61bbeb522fe7df585c71fab707c41ffce9a6ecc4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Feb 2026 23:16:02 +0000 Subject: [PATCH] Update to version 0.5.3 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e8f10f9a8e24e..0f96edb9924d9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = markus-bin pkgdesc = A local WYSIWYG Markdown editor built with Electron, React, and ProseMirror - pkgver = 0.5.2 + pkgver = 0.5.3 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.2.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.5.2/Markus-0.5.2.AppImage - sha256sums = d3cdf17458297471be112ea753d162b7c9471ce05656593ffa6c4d024a1c0b81 + 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 pkgname = markus-bin diff --git a/PKGBUILD b/PKGBUILD index fe9a33dc0751b..b484dd963c846 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=markus-bin _appname=markus-the-editor -pkgver=0.5.2 +pkgver=0.5.3 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=('d3cdf17458297471be112ea753d162b7c9471ce05656593ffa6c4d024a1c0b81') +sha256sums=('5b33c93c6ac74d533721a2603fb054f2f9909d8382f6aee1bf544440640d154e') prepare() { chmod +x "Markus-${pkgver}.AppImage"