mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 12:20:27 +01:00
chore: version bump
This commit is contained in:
parent
44c698d4e4
commit
f3aaa6400d
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.19.2
|
||||
pkgver = 0.19.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/vicinaehq/vicinae
|
||||
arch = x86_64
|
||||
|
|
@ -15,9 +15,9 @@ pkgbase = vicinae-bin
|
|||
depends = minizip
|
||||
provides = vicinae
|
||||
conflicts = vicinae
|
||||
source = https://github.com/vicinaehq/vicinae/releases/download/v0.19.2/vicinae-linux-x86_64-v0.19.2.tar.gz
|
||||
source = https://github.com/vicinaehq/vicinae/releases/download/v0.19.3/vicinae-linux-x86_64-v0.19.3.tar.gz
|
||||
source = vicinae.hook
|
||||
sha256sums = 7a70277cff2b11e45900e1cf77700e5509af7175715072b439f3064a96583745
|
||||
sha256sums = 7e66621ea7c77784d3420a064d367877f55f287d3a28d9230f16573ea4cb8493
|
||||
sha256sums = 3e946bcb7f3c2faa3568218987012db336be92acff805a373b6c10bdeaa9e7a8
|
||||
|
||||
pkgname = vicinae-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Arjix <me@arjix.dev>
|
||||
|
||||
pkgname=vicinae-bin
|
||||
pkgver=0.19.2
|
||||
pkgver=0.19.3
|
||||
pkgrel=1
|
||||
pkgdesc="Raycast like FOSS app on Linux"
|
||||
arch=('x86_64')
|
||||
|
|
@ -17,7 +17,7 @@ source=(
|
|||
"vicinae.hook"
|
||||
)
|
||||
|
||||
sha256sums=('7a70277cff2b11e45900e1cf77700e5509af7175715072b439f3064a96583745'
|
||||
sha256sums=('7e66621ea7c77784d3420a064d367877f55f287d3a28d9230f16573ea4cb8493'
|
||||
'3e946bcb7f3c2faa3568218987012db336be92acff805a373b6c10bdeaa9e7a8')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue