From 92c901b560264b3c9dfb5ebd391e90b653329c77 Mon Sep 17 00:00:00 2001 From: ChHsich Date: Wed, 22 Oct 2025 03:27:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(aur):=20update=20to=20vers?= =?UTF-8?q?ion=200.22.1-28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c9878fc67b059..f9dfae74b36bb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = note-gen pkgdesc = A cross-platform Markdown note-taking application with AI integration pkgver = 0.22.1 - pkgrel = 27 + pkgrel = 28 url = https://github.com/codexu/note-gen arch = x86_64 license = MIT diff --git a/PKGBUILD b/PKGBUILD index 02e509ae83462..78346783743d5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=note-gen _pkgname=note-gen pkgver=0.22.1 -pkgrel=27 +pkgrel=28 pkgdesc="A cross-platform Markdown note-taking application with AI integration" arch=('x86_64') url="https://github.com/codexu/note-gen" @@ -66,7 +66,7 @@ package() { elif [ -f "src-tauri/icons/128x128.png" ]; then install -Dm644 "src-tauri/icons/128x128.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png" fi - cat > "$pkgdir/usr/share/applications/$_pkgname.desktop" << EOF + install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/$_pkgname.desktop" << EOF [Desktop Entry] Name=NoteGen Comment=A cross-platform Markdown note-taking application with AI integration