This commit is contained in:
Misiix9 2026-02-22 04:08:32 +01:00
parent 522ef00bbf
commit 56a0f9968b
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = vanta-bin
pkgdesc = A hyper-fast, scriptable application launcher and command palette for Wayland (Spotlight alternative)
pkgver = 1.9.0
pkgver = 1.10.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.9.0_amd64.deb::https://github.com/Misiix9/vanta/releases/download/v1.9.0/vanta_1.9.0_amd64.deb
sha256sums = f3b67e0199fad658de16345dec33885971e631cb2b53c17e543e841464b002df
source = vanta_1.10.0_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v1.10.0/vanta_1.10.0_amd64.deb
sha256sums = eb69868e51e0e37efef7e9fb07beb963e05ad6b0f78e35c32cff397cfc96f9b3
pkgname = vanta-bin

View file

@ -1,6 +1,6 @@
# Maintainer: Misiix9 <admin@misiix.dev>
pkgname=vanta-bin
pkgver=1.9.0
pkgver=1.10.0
pkgrel=1
pkgdesc="A hyper-fast, scriptable application launcher and command palette for Wayland (Spotlight alternative)"
arch=('x86_64')
@ -9,8 +9,8 @@ license=('MIT')
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=('f3b67e0199fad658de16345dec33885971e631cb2b53c17e543e841464b002df')
source=("vanta_${pkgver}_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v${pkgver}/vanta_${pkgver}_amd64.deb")
sha256sums=('eb69868e51e0e37efef7e9fb07beb963e05ad6b0f78e35c32cff397cfc96f9b3')
package() {
find "${srcdir}" -maxdepth 1 -name "data.tar.*" -exec tar -xf {} -C "${pkgdir}" \;