diff --git a/PKGBUILD b/PKGBUILD index d403028..c9e1c7d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,6 +10,17 @@ arch=('x86_64') url='https://github.com/cinnyapp/cinny-desktop' license=('MIT') +# https://tauri.studio/v1/guides/getting-started/prerequisites#1-system-dependencies +depends=( + 'webkit2gtk' + 'openssl' + 'gtk3' + 'appmenu-gtk-module' + 'libappindicator-gtk3' + 'librsvg' + 'libvips' + 'sqlite' +) makedepends=('rust' 'nodejs' 'npm') source=("${pkgname}::https://github.com/cinnyapp/cinny-desktop/releases/download/v${pkgver}/cinny-desktop-v${pkgver}.zip")