From 27fa87f0ce43782370834b63e5bdd55693f0d4ea Mon Sep 17 00:00:00 2001 From: lemueldls <26912197+lemueldls@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:29:59 +0000 Subject: [PATCH] New upstream release 0.3.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 490d386c365f..8b78a33d025b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = mnemo pkgdesc = Note-taking app designed to enhance the retention of information. - pkgver = 0.2.4 + pkgver = 0.3.0 pkgrel = 1 url = https://github.com/lemueldls/mnemo arch = x86_64 @@ -30,7 +30,7 @@ pkgbase = mnemo depends = openssl options = !strip options = !emptydirs - source = mnemo-v0.2.4.tar.gz::https://github.com/lemueldls/mnemo/archive/refs/tags/mnemo-v0.2.4.tar.gz - sha256sums = 89373edb5fea8eb30ebfcb396869b2036a7e1c1c8245a7355be5cc7faf1d7b29 + source = mnemo-v0.3.0.tar.gz::https://github.com/lemueldls/mnemo/archive/refs/tags/mnemo-v0.3.0.tar.gz + sha256sums = 074e974cfd528869d02a454b64b8a056f09c7d7fe99445c3861d3fbc6b21c784 pkgname = mnemo diff --git a/PKGBUILD b/PKGBUILD index 878b623e123c..215c04e724cb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mnemo -pkgver=0.2.4 +pkgver=0.3.0 pkgrel=1 pkgdesc="Note-taking app designed to enhance the retention of information." arch=('x86_64') @@ -8,7 +8,7 @@ license=('AGPL-3.0') depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk-4.1' 'openssl') makedepends=('cargo' 'nodejs' 'pnpm' 'git' 'file' 'appmenu-gtk-module' 'libappindicator-gtk3' 'librsvg' 'base-devel' 'curl' 'wget' 'rustup' 'webkit2gtk-4.1') options=('!strip' '!emptydirs') source=("mnemo-v$pkgver.tar.gz::https://github.com/lemueldls/mnemo/archive/refs/tags/mnemo-v$pkgver.tar.gz") -sha256sums=('89373edb5fea8eb30ebfcb396869b2036a7e1c1c8245a7355be5cc7faf1d7b29') +sha256sums=('074e974cfd528869d02a454b64b8a056f09c7d7fe99445c3861d3fbc6b21c784') _builddir="mnemo-mnemo-v$pkgver/platform" prepare() { cd "$srcdir/$_builddir" || exit 1