mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 04:10:20 +01:00
switch from minizip-ng to minizip
This commit is contained in:
parent
c680e15e21
commit
3790c56942
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = vicinae-bin
|
||||
pkgdesc = Raycast like FOSS app on Linux
|
||||
pkgver = 0.16.12
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/vicinaehq/vicinae
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = vicinae-bin
|
|||
depends = libqalculate
|
||||
depends = qtkeychain-qt6
|
||||
depends = libxml2
|
||||
depends = minizip-ng
|
||||
depends = minizip
|
||||
provides = vicinae
|
||||
conflicts = vicinae
|
||||
source = https://github.com/vicinaehq/vicinae/releases/download/v0.16.12/vicinae-linux-x86_64-v0.16.12.tar.gz
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
pkgname=vicinae-bin
|
||||
pkgver=0.16.12
|
||||
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 minizip-ng)
|
||||
depends=(nodejs qt6-base qt6-svg layer-shell-qt libqalculate qtkeychain-qt6 libxml2 minizip)
|
||||
provides=("vicinae")
|
||||
conflicts=("vicinae")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue