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-2
This commit is contained in:
parent
a54a6a5acc
commit
dff6160f89
2 changed files with 4 additions and 3 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,11 +1,12 @@
|
|||
pkgbase = note-gen
|
||||
pkgdesc = A cross-platform Markdown note-taking application with AI integration
|
||||
pkgver = 0.22.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/codexu/note-gen
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = rust
|
||||
makedepends = cargo
|
||||
makedepends = nodejs
|
||||
makedepends = npm
|
||||
makedepends = pnpm
|
||||
|
|
@ -22,6 +23,6 @@ pkgbase = note-gen
|
|||
conflicts = note-gen-bin
|
||||
options = !strip
|
||||
source = note-gen-0.22.1.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.22.1.tar.gz
|
||||
sha256sums = 87b8a5af2c8596304890a275bbbba294a01aeb3040ea3dbb3fb12011425ee06b
|
||||
sha256sums = (87b8a5af2c8596304890a275bbbba294a01aeb3040ea3dbb3fb12011425ee06b)
|
||||
|
||||
pkgname = note-gen
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=note-gen
|
||||
_pkgname=note-gen
|
||||
pkgver=0.22.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A cross-platform Markdown note-taking application with AI integration"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/codexu/note-gen"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue