From 39720cab70eff61068e9c6b0084d5f468a66cacd Mon Sep 17 00:00:00 2001 From: ChHsich Date: Fri, 2 Jan 2026 12:44:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(aur):=20update=20to=20vers?= =?UTF-8?q?ion=200.23.4-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ad9d57300f5e8..0fb2661dc3dc8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = note-gen pkgdesc = A cross-platform Markdown note-taking application with AI integration (X11/Wayland compatible) - pkgver = 0.23.3 + pkgver = 0.23.4 pkgrel = 1 url = https://github.com/codexu/note-gen install = note-gen.install @@ -31,7 +31,7 @@ pkgbase = note-gen conflicts = note-gen-bin options = !strip options = !lto - source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.23.3nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz - sha256sums = 46ef507fd8c7e3dc81c9fc1d0c4f32c2ec9088f472b1717c3771a15f79161834 + source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.23.4nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz + sha256sums = c78fec7d315c1260abd3a771200ec12691c3fd06e80d4b7be75e308af4c5b1c3 pkgname = note-gen diff --git a/PKGBUILD b/PKGBUILD index 3139999911254..4afe345011916 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ChHsich pkgname=note-gen _pkgname=note-gen -pkgver=0.23.3 +pkgver=0.23.4 pkgrel=1 pkgdesc="A cross-platform Markdown note-taking application with AI integration (X11/Wayland compatible)" arch=('x86_64') @@ -14,7 +14,7 @@ provides=('note-gen') conflicts=('note-gen-bin') options=('!strip' '!lto') source=("$pkgname-$pkgver.tar.gz::$url/archive/note-gen-v$pkgver.tar.gz") -sha256sums=('46ef507fd8c7e3dc81c9fc1d0c4f32c2ec9088f472b1717c3771a15f79161834') +sha256sums=('c78fec7d315c1260abd3a771200ec12691c3fd06e80d4b7be75e308af4c5b1c3') install=$pkgname.install