mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
chore: updated conflicts
This commit is contained in:
parent
31a768aa4d
commit
beaf1f72e2
2 changed files with 6 additions and 5 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue