mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 04:10:20 +01:00
chore: version bump
This commit is contained in:
parent
e7d7003898
commit
ce2b31b585
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = vicinae-bin
|
||||
pkgdesc = Raycast like FOSS app on Linux
|
||||
pkgver = 0.16.6
|
||||
pkgver = 0.16.7
|
||||
pkgrel = 1
|
||||
url = https://github.com/vicinaehq/vicinae
|
||||
arch = x86_64
|
||||
|
|
@ -13,9 +13,9 @@ pkgbase = vicinae-bin
|
|||
depends = qtkeychain-qt6
|
||||
provides = vicinae
|
||||
conflicts = vicinae
|
||||
source = https://github.com/vicinaehq/vicinae/releases/download/v0.16.6/vicinae-linux-x86_64-v0.16.6.tar.gz
|
||||
source = https://github.com/vicinaehq/vicinae/releases/download/v0.16.7/vicinae-linux-x86_64-v0.16.7.tar.gz
|
||||
source = vicinae.hook
|
||||
sha256sums = 5388a555f6f4361956ee2070de77e0adc6b9c048643f498fa771b4732355af8d
|
||||
sha256sums = 053b5bc8ec42dc7037bfe0339a959b582303cd0fe9892cca952fec669827ca06
|
||||
sha256sums = 3e946bcb7f3c2faa3568218987012db336be92acff805a373b6c10bdeaa9e7a8
|
||||
|
||||
pkgname = vicinae-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Arjix <me@arjix.dev>
|
||||
|
||||
pkgname=vicinae-bin
|
||||
pkgver=0.16.6
|
||||
pkgver=0.16.7
|
||||
pkgrel=1
|
||||
pkgdesc="Raycast like FOSS app on Linux"
|
||||
arch=('x86_64')
|
||||
|
|
@ -17,7 +17,7 @@ source=(
|
|||
"vicinae.hook"
|
||||
)
|
||||
|
||||
sha256sums=('5388a555f6f4361956ee2070de77e0adc6b9c048643f498fa771b4732355af8d'
|
||||
sha256sums=('053b5bc8ec42dc7037bfe0339a959b582303cd0fe9892cca952fec669827ca06'
|
||||
'3e946bcb7f3c2faa3568218987012db336be92acff805a373b6c10bdeaa9e7a8')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue