From 08603d355f788c61fe0bae5b9892e56bf0d19af7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Feb 2026 06:42:27 +0000 Subject: [PATCH] Update to version 0.3.1 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f65cf4ed75c3e..01a3051991825 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = markus-bin pkgdesc = A local WYSIWYG Markdown editor built with Electron, React, and ProseMirror - pkgver = 0.3.0 + pkgver = 0.3.1 pkgrel = 1 - url = https://github.com/erkkimon/markus-the-editor + url = https://github.com/benquemax/markus-the-editor arch = x86_64 license = MIT depends = gtk3 @@ -19,7 +19,7 @@ pkgbase = markus-bin conflicts = markus-the-editor options = !strip options = !debug - source = Markus-0.3.0.AppImage::https://github.com/erkkimon/markus-the-editor/releases/download/v0.3.0/Markus-0.3.0.AppImage - sha256sums = fd20b1ea21233211b3c3030accc9c988df0aa9210299eb3e5af0a939328ac4c1 + source = Markus-0.3.1.AppImage::https://github.com/benquemax/markus-the-editor/releases/download/v0.3.1/Markus-0.3.1.AppImage + sha256sums = 56fef625914391cfb3d49cd9c62dd375836a06f36ab77b913a92aaefd0ccdeb8 pkgname = markus-bin diff --git a/PKGBUILD b/PKGBUILD index eff2d38f8467c..5c8737daa6eec 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,11 +2,11 @@ pkgname=markus-bin _appname=markus-the-editor -pkgver=0.3.0 +pkgver=0.3.1 pkgrel=1 pkgdesc="A local WYSIWYG Markdown editor built with Electron, React, and ProseMirror" arch=('x86_64') -url="https://github.com/erkkimon/markus-the-editor" +url="https://github.com/benquemax/markus-the-editor" license=('MIT') depends=('gtk3' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'libsecret' 'libappindicator-gtk3') optdepends=('libnotify: for desktop notifications') @@ -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=('fd20b1ea21233211b3c3030accc9c988df0aa9210299eb3e5af0a939328ac4c1') +sha256sums=('56fef625914391cfb3d49cd9c62dd375836a06f36ab77b913a92aaefd0ccdeb8') prepare() { chmod +x "Markus-${pkgver}.AppImage"