This commit is contained in:
Misiix9 2026-02-23 21:18:28 +01:00
parent bce3c6482b
commit b8556d7337
2 changed files with 5 additions and 5 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.14.0
pkgver = 1.14.1
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.14.0_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v1.14.0/Vanta_1.14.0_amd64.deb
sha256sums = 7303b6254e770140722023d9f18b91b29aa8f6907e8fc9a43045d4e7d676a659
source = vanta_1.14.1_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v1.14.1/Vanta_1.14.1_amd64.deb
sha256sums = 7dfcde1d63b7ad6dba8f0ba7415ebce876e8efdb08e2379d9c92e9fa9c7fafd0
pkgname = vanta-bin

View file

@ -1,6 +1,6 @@
# Maintainer: Misiix9 <admin@misiix.dev>
pkgname=vanta-bin
pkgver=1.14.0
pkgver=1.14.1
pkgrel=1
pkgdesc="A hyper-fast, scriptable 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=('7303b6254e770140722023d9f18b91b29aa8f6907e8fc9a43045d4e7d676a659')
sha256sums=('7dfcde1d63b7ad6dba8f0ba7415ebce876e8efdb08e2379d9c92e9fa9c7fafd0')
package() {
find "${srcdir}" -maxdepth 1 -name "data.tar.*" -exec tar -xf {} -C "${pkgdir}" \;