chore: updated conflicts

This commit is contained in:
cilgin 2025-08-21 01:03:53 +03:00
parent 31a768aa4d
commit beaf1f72e2
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = vicinae-bin
pkgdesc = Raycast like FOSS app on Linux
pkgver = v0.3.0
pkgrel = 2
pkgrel = 1
url = https://github.com/vicinaehq/vicinae
arch = x86_64
license = GPL3
@ -14,8 +14,9 @@ pkgbase = vicinae-bin
depends = libqalculate
depends = minizip
depends = qtkeychain-qt6
provides = vicinae=v0.3.0
provides = vicinae-bin=v0.3.0
conflicts = vicinae
conflicts = vicinea-git
source = https://github.com/vicinaehq/vicinae/releases/download/v0.3.0/vicinae-linux-x86_64-v0.3.0.tar.gz
source = https://raw.githubusercontent.com/vicinaehq/vicinae/refs/tags/v0.3.0/extra/vicinae.service
source = https://raw.githubusercontent.com/vicinaehq/vicinae/refs/tags/v0.3.0/vicinae/icons/vicinae.svg

View file

@ -3,14 +3,14 @@
pkgname=vicinae-bin
pkgver=v0.3.0
pkgrel=2
pkgrel=1
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)
provides=("vicinae=$pkgver")
conflicts=('vicinae')
provides=("vicinae-bin=$pkgver")
conflicts=('vicinae' 'vicinea-git')
source=(
"${url}/releases/download/$pkgver/${pkgname%-bin}-linux-$arch-$pkgver.tar.gz"