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-30
This commit is contained in:
parent
79df6ee8fb
commit
45946ec7f0
2 changed files with 4 additions and 8 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 = 29
|
||||
pkgrel = 30
|
||||
url = https://github.com/codexu/note-gen
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=note-gen
|
||||
_pkgname=note-gen
|
||||
pkgver=0.22.1
|
||||
pkgrel=29
|
||||
pkgrel=30
|
||||
pkgdesc="A cross-platform Markdown note-taking application with AI integration"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/codexu/note-gen"
|
||||
|
|
@ -30,12 +30,8 @@ build() {
|
|||
export CARGO_HOME="$srcdir/.cargo"
|
||||
export npm_config_build_from_source=true
|
||||
|
||||
# 构建前端 (由Tauri的beforeBuildCommand调用)
|
||||
pnpm build
|
||||
|
||||
# 构建Tauri应用
|
||||
cd src-tauri
|
||||
cargo build --release
|
||||
# 构建Tauri应用 (包含前端构建)
|
||||
pnpm tauri build
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue