remove unused dependencies

This commit is contained in:
ArjixWasTaken 2025-08-29 22:30:52 +03:00
parent eb202c619b
commit 06ed3ba711
No known key found for this signature in database
GPG key ID: 5307667CC7DB9E33
2 changed files with 1 additions and 4 deletions

View file

@ -8,11 +8,8 @@ pkgbase = vicinae-bin
depends = nodejs
depends = qt6-base
depends = qt6-svg
depends = protobuf
depends = cmark-gfm
depends = layer-shell-qt
depends = libqalculate
depends = minizip
depends = qtkeychain-qt6
provides = vicinae
conflicts = vicinae

View file

@ -8,7 +8,7 @@ pkgdesc="Raycast like FOSS app on Linux"
arch=('x86_64')
url="https://github.com/vicinaehq/vicinae"
license=('GPL3')
depends=(nodejs qt6-base qt6-svg protobuf cmark-gfm layer-shell-qt libqalculate minizip qtkeychain-qt6)
depends=(nodejs qt6-base qt6-svg layer-shell-qt libqalculate qtkeychain-qt6)
provides=("vicinae")
conflicts=("vicinae")