mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 04:10:20 +01:00
chore: updated to 0.16.12
This commit is contained in:
parent
201654929b
commit
c680e15e21
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = vicinae-bin
|
||||
pkgdesc = Raycast like FOSS app on Linux
|
||||
pkgver = 0.16.11
|
||||
pkgrel = 2
|
||||
pkgver = 0.16.12
|
||||
pkgrel = 1
|
||||
url = https://github.com/vicinaehq/vicinae
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
|
|
@ -15,9 +15,9 @@ pkgbase = vicinae-bin
|
|||
depends = minizip-ng
|
||||
provides = vicinae
|
||||
conflicts = vicinae
|
||||
source = https://github.com/vicinaehq/vicinae/releases/download/v0.16.11/vicinae-linux-x86_64-v0.16.11.tar.gz
|
||||
source = https://github.com/vicinaehq/vicinae/releases/download/v0.16.12/vicinae-linux-x86_64-v0.16.12.tar.gz
|
||||
source = vicinae.hook
|
||||
sha256sums = 5d23da5b66cc626f1c21635236ec723ee560d405a13e507c84708c220875186b
|
||||
sha256sums = 168d6ecc4fde8284246ac04215e7c385f36acfb9b2dc6a312f87c8a84c13afcb
|
||||
sha256sums = 3e946bcb7f3c2faa3568218987012db336be92acff805a373b6c10bdeaa9e7a8
|
||||
|
||||
pkgname = vicinae-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
# Maintainer: Arjix <me@arjix.dev>
|
||||
|
||||
pkgname=vicinae-bin
|
||||
pkgver=0.16.11
|
||||
pkgrel=2
|
||||
pkgver=0.16.12
|
||||
pkgrel=1
|
||||
pkgdesc="Raycast like FOSS app on Linux"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/vicinaehq/vicinae"
|
||||
|
|
@ -17,7 +17,7 @@ source=(
|
|||
"vicinae.hook"
|
||||
)
|
||||
|
||||
sha256sums=('5d23da5b66cc626f1c21635236ec723ee560d405a13e507c84708c220875186b'
|
||||
sha256sums=('168d6ecc4fde8284246ac04215e7c385f36acfb9b2dc6a312f87c8a84c13afcb'
|
||||
'3e946bcb7f3c2faa3568218987012db336be92acff805a373b6c10bdeaa9e7a8')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue