mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 01:25:24 +01:00
depend on minizip-ng
see: https://github.com/vicinaehq/vicinae/pull/810
This commit is contained in:
parent
2547822c23
commit
201654929b
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue