depend on minizip-ng

see: https://github.com/vicinaehq/vicinae/pull/810
This commit is contained in:
ArjixWasTaken 2025-12-04 07:36:37 +00:00
parent 2547822c23
commit 201654929b
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = vicinae-bin
pkgdesc = Raycast like FOSS app on Linux
pkgver = 0.16.11
pkgrel = 1
pkgrel = 2
url = https://github.com/vicinaehq/vicinae
arch = x86_64
license = GPL3
@ -12,6 +12,7 @@ pkgbase = vicinae-bin
depends = libqalculate
depends = qtkeychain-qt6
depends = libxml2
depends = minizip-ng
provides = vicinae
conflicts = vicinae
source = https://github.com/vicinaehq/vicinae/releases/download/v0.16.11/vicinae-linux-x86_64-v0.16.11.tar.gz

View file

@ -3,12 +3,12 @@
pkgname=vicinae-bin
pkgver=0.16.11
pkgrel=1
pkgrel=2
pkgdesc="Raycast like FOSS app on Linux"
arch=('x86_64')
url="https://github.com/vicinaehq/vicinae"
license=('GPL3')
depends=(nodejs qt6-base qt6-svg layer-shell-qt libqalculate qtkeychain-qt6 libxml2)
depends=(nodejs qt6-base qt6-svg layer-shell-qt libqalculate qtkeychain-qt6 libxml2 minizip-ng)
provides=("vicinae")
conflicts=("vicinae")