mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
vanta-bin: update to 3.1.0
This commit is contained in:
parent
7ced68a94a
commit
c565df3df5
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = vanta-bin
|
||||
pkgdesc = A hyper-fast, extensible application launcher and command palette for Wayland (Spotlight alternative)
|
||||
pkgver = 3.0.0
|
||||
pkgver = 3.1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/Misiix9/vanta
|
||||
arch = x86_64
|
||||
|
|
@ -10,7 +10,7 @@ pkgbase = vanta-bin
|
|||
depends = libayatana-appindicator
|
||||
provides = vanta
|
||||
conflicts = vanta
|
||||
source = vanta_3.0.0_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v3.0.0/Vanta_3.0.0_amd64.deb
|
||||
sha256sums = ae1e26cd8d44a8ff2f26b49b31e4f3048bf7d98f4cc46e9cefd94e23b365bb11
|
||||
source = vanta_3.1.0_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v3.1.0/Vanta_3.1.0_amd64.deb
|
||||
sha256sums = 9ea1c8f9defcadca50110b2f50e1d675653b8961cda66365688e02e47c8fcfd0
|
||||
|
||||
pkgname = vanta-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Misiix9 <admin@misiix.dev>
|
||||
pkgname=vanta-bin
|
||||
pkgver=3.0.0
|
||||
pkgver=3.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A hyper-fast, extensible application launcher and command palette for Wayland (Spotlight alternative)"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=('webkit2gtk' 'gtk3' 'libayatana-appindicator')
|
|||
provides=('vanta')
|
||||
conflicts=('vanta')
|
||||
source=("vanta_${pkgver}_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v${pkgver}/Vanta_${pkgver}_amd64.deb")
|
||||
sha256sums=('ae1e26cd8d44a8ff2f26b49b31e4f3048bf7d98f4cc46e9cefd94e23b365bb11')
|
||||
sha256sums=('9ea1c8f9defcadca50110b2f50e1d675653b8961cda66365688e02e47c8fcfd0')
|
||||
|
||||
package() {
|
||||
find "${srcdir}" -maxdepth 1 -name "data.tar.*" -exec tar -xf {} -C "${pkgdir}" \;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue