From 80192b167a2d73e95903c641bff2432eb303a24d Mon Sep 17 00:00:00 2001 From: ChHsich Date: Wed, 18 Feb 2026 20:40:53 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(aur):=20update=20to=20vers?= =?UTF-8?q?ion=20null-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 48bdcdedce31f..5f0fb7fa84545 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.25.4 + pkgver = null 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.25.4nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz - sha256sums = 13df620ae07479a3b75d9c711daf92ad9ceb29779fc05f302d1bb503b38e9e3f + source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-vnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz + sha256sums = d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed pkgname = note-gen diff --git a/PKGBUILD b/PKGBUILD index 0fa72a8358e10..eedafd819bbdb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ChHsich pkgname=note-gen _pkgname=note-gen -pkgver=0.25.4 +pkgver=null 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=('13df620ae07479a3b75d9c711daf92ad9ceb29779fc05f302d1bb503b38e9e3f') +sha256sums=('d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed') install=$pkgname.install