mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
🔖 chore(aur): update to version 0.26.0-1
This commit is contained in:
parent
8a5af021b2
commit
20b590d82b
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = note-gen
|
||||
pkgdesc = A cross-platform Markdown note-taking application with AI integration (X11/Wayland compatible)
|
||||
pkgver = 0.25.4
|
||||
pkgver = 0.26.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/codexu/note-gen
|
||||
install = note-gen.install
|
||||
|
|
@ -31,7 +31,7 @@ pkgbase = note-gen
|
|||
conflicts = note-gen-bin
|
||||
options = !strip
|
||||
options = !lto
|
||||
source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.25.4nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz
|
||||
sha256sums = 13df620ae07479a3b75d9c711daf92ad9ceb29779fc05f302d1bb503b38e9e3f
|
||||
source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.26.0nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz
|
||||
sha256sums = d0f7d324e39078085f32524bf5109d861d7a2cfce110006579a93e99e8962a04
|
||||
|
||||
pkgname = note-gen
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: ChHsich <hsichingchang@gmail.com>
|
||||
pkgname=note-gen
|
||||
_pkgname=note-gen
|
||||
pkgver=0.25.4
|
||||
pkgver=0.26.0
|
||||
pkgrel=1
|
||||
pkgdesc="A cross-platform Markdown note-taking application with AI integration (X11/Wayland compatible)"
|
||||
arch=('x86_64')
|
||||
|
|
@ -14,7 +14,7 @@ provides=('note-gen')
|
|||
conflicts=('note-gen-bin')
|
||||
options=('!strip' '!lto')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/note-gen-v$pkgver.tar.gz")
|
||||
sha256sums=('13df620ae07479a3b75d9c711daf92ad9ceb29779fc05f302d1bb503b38e9e3f')
|
||||
sha256sums=('d0f7d324e39078085f32524bf5109d861d7a2cfce110006579a93e99e8962a04')
|
||||
|
||||
install=$pkgname.install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue