mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
🔖 chore(aur): update to version 0.22.1-28
This commit is contained in:
parent
a5eb60415b
commit
92c901b560
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue