From c28cd78712edfeb84aac43a14428d88041ce5387 Mon Sep 17 00:00:00 2001 From: Misiix9 Date: Wed, 18 Feb 2026 11:32:41 +0100 Subject: [PATCH] v1.1.0 --- .SRCINFO | 12 ++++++------ PKGBUILD | 16 +++++++--------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cf221c11c17be..f2abc723f5c4c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,16 @@ pkgbase = vanta-bin - pkgdesc = Liquid Glass command palette for Linux (Tauri v2 + Svelte 5) - pkgver = 1.0.0 + pkgdesc = A hyper-fast, scriptable command palette for Wayland + pkgver = 1.1.0 pkgrel = 1 url = https://github.com/Misiix9/vanta arch = x86_64 license = MIT - depends = webkit2gtk-4.1 + depends = webkit2gtk depends = gtk3 - depends = libappindicator-gtk3 + depends = libayatana-appindicator provides = vanta conflicts = vanta - source = https://github.com/Misiix9/vanta/releases/download/v1.0.0/vanta_1.0.0_amd64.deb - sha256sums = d575f4472b2f85a4b5fe9544495f742c0db0923bb469b0ea92b25c0ea5036742 + source = vanta_1.1.0_amd64.deb::https://github.com/Misiix9/vanta/releases/download/v1.1.0/vanta_1.1.0_amd64.deb + sha256sums = SKIP pkgname = vanta-bin diff --git a/PKGBUILD b/PKGBUILD index cf421823a3f07..9ec61bc4ae2b1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,19 +1,17 @@ -# Maintainer: onxy +# Maintainer: Misiix9 pkgname=vanta-bin -pkgver=1.0.0 +pkgver=1.1.0 pkgrel=1 -pkgdesc="Liquid Glass command palette for Linux (Tauri v2 + Svelte 5)" +pkgdesc="A hyper-fast, scriptable command palette for Wayland" arch=('x86_64') url="https://github.com/Misiix9/vanta" license=('MIT') -depends=('webkit2gtk-4.1' 'gtk3' 'libappindicator-gtk3') +depends=('webkit2gtk' 'gtk3' 'libayatana-appindicator') provides=('vanta') conflicts=('vanta') -# Data source: Release .deb -source=("https://github.com/Misiix9/vanta/releases/download/v${pkgver}/vanta_${pkgver}_amd64.deb") -sha256sums=('d575f4472b2f85a4b5fe9544495f742c0db0923bb469b0ea92b25c0ea5036742') +source=("vanta_${pkgver}_amd64.deb::https://github.com/Misiix9/vanta/releases/download/v${pkgver}/vanta_${pkgver}_amd64.deb") +sha256sums=('SKIP') package() { - # Extract data.tar.gz from the deb package - tar -xzf data.tar.gz -C "$pkgdir" + tar -xf data.tar.zst -C "${pkgdir}" }