From 681b1fca10dcef8f6a0d4c6116c2465409b9daa0 Mon Sep 17 00:00:00 2001 From: ChHsich Date: Wed, 22 Oct 2025 10:49:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(aur):=20update=20to=20vers?= =?UTF-8?q?ion=200.22.1-33?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 43870ce67f367..e9d32df453d50 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = note-gen pkgdesc = A cross-platform Markdown note-taking application with AI integration pkgver = 0.22.1 - pkgrel = 32 + pkgrel = 33 url = https://github.com/codexu/note-gen arch = x86_64 license = MIT diff --git a/PKGBUILD b/PKGBUILD index 635971cc25671..f98c92751292b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,13 @@ pkgname=note-gen _pkgname=note-gen pkgver=0.22.1 -pkgrel=32 +pkgrel=33 pkgdesc="A cross-platform Markdown note-taking application with AI integration" arch=('x86_64') url="https://github.com/codexu/note-gen" license=('MIT') depends=('gtk3' 'webkit2gtk-4.1' 'libappindicator-gtk3' 'librsvg' 'libvips' 'libxcb' 'libxrandr') -makedepends=('rust' 'nodejs' 'npm' 'pnpm' 'pkgconf' 'clang' 'sqlite' 'appmenu-gtk-module' 'xdotool') +makedepends=('rust' 'nodejs' 'npm' 'pnpm' 'pkgconf' 'clang' 'sqlite' 'dbus' 'pipewire' 'wayland' 'libglvnd' 'glib2' 'mesa' 'patchelf') provides=('note-gen') conflicts=('note-gen-bin') options=('!strip' '!lto')