From da8366b08d8f69596c47c2ccd4cc65d7673b7423 Mon Sep 17 00:00:00 2001 From: ChHsich Date: Fri, 24 Oct 2025 17:06:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(aur):=20update=20to=20vers?= =?UTF-8?q?ion=200.22.2-3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1055ddfab1025..db392ed43538a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = note-gen pkgdesc = A cross-platform Markdown note-taking application with AI integration (X11/Wayland compatible) pkgver = 0.22.2 - pkgrel = 2 + pkgrel = 3 url = https://github.com/codexu/note-gen install = note-gen.install arch = x86_64 @@ -31,7 +31,7 @@ pkgbase = note-gen conflicts = note-gen-bin options = !strip options = !lto - source = note-gen-0.22.1.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.22.2tar.gz + source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.22.2.tar.gz sha256sums = f2843e71ce01f95c6dafe33dcdaa114a5cf8f15651e40668a427ab8fe178cee4 pkgname = note-gen diff --git a/PKGBUILD b/PKGBUILD index 2376f064fd375..c474378ac4c14 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=note-gen _pkgname=note-gen pkgver=0.22.2 -pkgrel=2 +pkgrel=3 pkgdesc="A cross-platform Markdown note-taking application with AI integration (X11/Wayland compatible)" arch=('x86_64') url="https://github.com/codexu/note-gen" @@ -13,7 +13,7 @@ checkdepends=('patchelf') provides=('note-gen') conflicts=('note-gen-bin') options=('!strip' '!lto') -source=("$pkgname-$pkgver.tar.gz::$url/archive/note-gen-v0.22.2$pkgver.tar.gz") +source=("$pkgname-$pkgver.tar.gz::$url/archive/note-gen-v$pkgver.tar.gz") sha256sums=('f2843e71ce01f95c6dafe33dcdaa114a5cf8f15651e40668a427ab8fe178cee4') install=$pkgname.install