mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v2.2.0: extension engine, Vanta Store, 10 extensions
Made-with: Cursor
This commit is contained in:
parent
95be94442a
commit
c1529df751
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = vanta-bin
|
||||
pkgdesc = A hyper-fast, scriptable application launcher and command palette for Wayland (Spotlight alternative)
|
||||
pkgver = 1.18.0
|
||||
pkgdesc = A hyper-fast, extensible application launcher and command palette for Wayland (Spotlight alternative)
|
||||
pkgver = 2.2.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_1.18.0_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v1.18.0/Vanta_1.18.0_amd64.deb
|
||||
sha256sums = 996269664e5822694a37e3ca32b15c4daa9547571153b7aee1fcbff8a9ced22a
|
||||
source = vanta_2.2.0_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v2.2.0/Vanta_2.2.0_amd64.deb
|
||||
sha256sums = ef2b6884adab2b3250abfe5726509229ba742bbb9b01d2dddb2845692335082e
|
||||
|
||||
pkgname = vanta-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Misiix9 <admin@misiix.dev>
|
||||
pkgname=vanta-bin
|
||||
pkgver=1.18.0
|
||||
pkgver=2.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="A hyper-fast, scriptable application launcher and command palette for Wayland (Spotlight alternative)"
|
||||
pkgdesc="A hyper-fast, extensible application launcher and command palette for Wayland (Spotlight alternative)"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/Misiix9/vanta"
|
||||
license=('MIT')
|
||||
|
|
@ -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=('996269664e5822694a37e3ca32b15c4daa9547571153b7aee1fcbff8a9ced22a')
|
||||
sha256sums=('ef2b6884adab2b3250abfe5726509229ba742bbb9b01d2dddb2845692335082e')
|
||||
|
||||
package() {
|
||||
find "${srcdir}" -maxdepth 1 -name "data.tar.*" -exec tar -xf {} -C "${pkgdir}" \;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue