This commit is contained in:
Misiix9 2026-02-18 11:32:41 +01:00
parent a761447c7e
commit c28cd78712
2 changed files with 13 additions and 15 deletions

View file

@ -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

View file

@ -1,19 +1,17 @@
# Maintainer: onxy <onxy@dev.vanta.app>
# Maintainer: Misiix9 <admin@misiix.dev>
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}"
}