From c8d4fb55187b057d3f6df1a882239bfe1c180e8b Mon Sep 17 00:00:00 2001 From: ChHsich Date: Fri, 24 Oct 2025 02:26:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(aur):=20update=20to=20vers?= =?UTF-8?q?ion=200.22.1-37?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 16 ++++++++++++---- PKGBUILD | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index eb187999fcefb..4447da0edc6c0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = note-gen - pkgdesc = A cross-platform Markdown note-taking application with AI integration + pkgdesc = A cross-platform Markdown note-taking application with AI integration (X11/Wayland compatible) pkgver = 0.22.1 - pkgrel = 36 + pkgrel = 37 url = https://github.com/codexu/note-gen arch = x86_64 license = MIT + checkdepends = patchelf makedepends = rust - makedepends = cargo makedepends = nodejs makedepends = npm makedepends = pnpm @@ -19,10 +19,18 @@ pkgbase = note-gen depends = libvips depends = libxcb depends = libxrandr + depends = dbus + depends = pipewire + depends = wayland + depends = libglvnd + depends = glib2 + depends = mesa + depends = sqlite provides = note-gen conflicts = note-gen-bin options = !strip + options = !lto 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 diff --git a/PKGBUILD b/PKGBUILD index 388a8ecaadbbd..cd6a644dac61e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=note-gen _pkgname=note-gen pkgver=0.22.1 -pkgrel=36 +pkgrel=37 pkgdesc="A cross-platform Markdown note-taking application with AI integration (X11/Wayland compatible)" arch=('x86_64') url="https://github.com/codexu/note-gen"