v1.12.0-1

This commit is contained in:
Misiix9 2026-02-22 17:37:27 +01:00
parent 218e562716
commit 4204330897
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.11.0
pkgver = 1.12.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.11.0_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v1.11.0/vanta_1.11.0_amd64.deb
sha256sums = f9da14538fc9bc2a4ee3b49de4a0e7a17e88e1efca92c5e7441db6d58b73d539
source = vanta_1.12.0_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v1.12.0/vanta_1.12.0_amd64.deb
sha256sums = 5f76fbc6a91e85d7fb33c8247b6f688847a0bb5e568624cbf98b1bb8f4925af5
pkgname = vanta-bin

View file

@ -1,6 +1,6 @@
# Maintainer: Misiix9 <admin@misiix.dev>
pkgname=vanta-bin
pkgver=1.11.0
pkgver=1.12.0
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=('f9da14538fc9bc2a4ee3b49de4a0e7a17e88e1efca92c5e7441db6d58b73d539')
sha256sums=('5f76fbc6a91e85d7fb33c8247b6f688847a0bb5e568624cbf98b1bb8f4925af5')
package() {
find "${srcdir}" -maxdepth 1 -name "data.tar.*" -exec tar -xf {} -C "${pkgdir}" \;