From 9eeffd565e073d078eed32b6e5b9f44dc2554ebb Mon Sep 17 00:00:00 2001 From: ChHsich Date: Fri, 24 Oct 2025 04:24:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(aur):=20update=20to=20vers?= =?UTF-8?q?ion=200.22.2-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 8 ++++---- PKGBUILD | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dbfe9fce7af5f..8921ae3095347 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.1 - pkgrel = 38 + pkgver = 0.22.2 + pkgrel = 1 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.1.tar.gz - sha256sums = 87b8a5af2c8596304890a275bbbba294a01aeb3040ea3dbb3fb12011425ee06b + source = note-gen-0.22.1.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.22.2tar.gz + sha256sums = f2843e71ce01f95c6dafe33dcdaa114a5cf8f15651e40668a427ab8fe178cee4 pkgname = note-gen diff --git a/PKGBUILD b/PKGBUILD index a447cf2250ea9..dca38263dc10a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: ChHsich pkgname=note-gen _pkgname=note-gen -pkgver=0.22.1 -pkgrel=38 +pkgver=0.22.2 +pkgrel=1 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,20 +13,20 @@ checkdepends=('patchelf') provides=('note-gen') conflicts=('note-gen-bin') options=('!strip' '!lto') -source=("$pkgname-$pkgver.tar.gz::$url/archive/note-gen-v$pkgver.tar.gz") -sha256sums=('87b8a5af2c8596304890a275bbbba294a01aeb3040ea3dbb3fb12011425ee06b') +source=("$pkgname-$pkgver.tar.gz::$url/archive/note-gen-v0.22.2$pkgver.tar.gz") +sha256sums=('f2843e71ce01f95c6dafe33dcdaa114a5cf8f15651e40668a427ab8fe178cee4') install=$pkgname.install prepare() { - cd "$pkgname-v$pkgver" + cd "$pkgname-$pkgname-v$pkgver" # Set up build environment export npm_config_build_from_source=true export CARGO_HOME="$srcdir/.cargo" } build() { - cd "$pkgname-v$pkgver" + cd "$pkgname-$pkgname-v$pkgver" export CARGO_HOME="$srcdir/.cargo" export npm_config_build_from_source=true @@ -39,7 +39,7 @@ build() { } package() { - cd "$pkgname-v$pkgver/src-tauri" + cd "$pkgname-$pkgname-v$pkgver/src-tauri" export CARGO_HOME="$srcdir/.cargo" # Install binary file (renamed to note-gen-real)