diff --git a/.SRCINFO b/.SRCINFO index e9d32df453d50..cfe6c3b5d1e47 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 = 33 + pkgrel = 34 url = https://github.com/codexu/note-gen arch = x86_64 license = MIT diff --git a/PKGBUILD b/PKGBUILD index f98c92751292b..7f9d307527684 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,14 @@ pkgname=note-gen _pkgname=note-gen pkgver=0.22.1 -pkgrel=33 +pkgrel=34 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' 'dbus' 'pipewire' 'wayland' 'libglvnd' 'glib2' 'mesa' 'patchelf') +depends=('gtk3' 'webkit2gtk-4.1' 'libappindicator-gtk3' 'librsvg' 'libvips' 'libxcb' 'libxrandr' 'dbus' 'pipewire' 'wayland' 'libglvnd' 'glib2' 'mesa' 'sqlite') +makedepends=('rust' 'nodejs' 'npm' 'pnpm' 'pkgconf' 'clang') +checkdepends=('patchelf') provides=('note-gen') conflicts=('note-gen-bin') options=('!strip' '!lto')