mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
release: bump vanta-bin to 4.1.0
This commit is contained in:
parent
71662d8b16
commit
d5ce3a8a89
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = vanta-bin
|
||||
pkgdesc = A hyper-fast, extensible application launcher and command palette for Wayland (Spotlight alternative)
|
||||
pkgver = 3.6.0
|
||||
pkgver = 4.1.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_3.6.0_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v3.6.0/Vanta_3.6.0_amd64.deb
|
||||
sha256sums = 2409d65dd9290ad25ef7ca6f1ce326f1d178d1b40ab711a39522c66c1b49d661
|
||||
source = vanta_4.1.0_amd64.deb::https://github.com/Misiix9/Vanta/releases/download/v4.1.0/Vanta_4.1.0_amd64.deb
|
||||
sha256sums = e3c81d8a4bbef839bb839122f4d48fd7cd6d2c0887151fd341a30cb4896295f2
|
||||
|
||||
pkgname = vanta-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Misiix9 <admin@misiix.dev>
|
||||
pkgname=vanta-bin
|
||||
pkgver=3.6.0
|
||||
pkgver=4.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A hyper-fast, extensible 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=('2409d65dd9290ad25ef7ca6f1ce326f1d178d1b40ab711a39522c66c1b49d661')
|
||||
sha256sums=('e3c81d8a4bbef839bb839122f4d48fd7cd6d2c0887151fd341a30cb4896295f2')
|
||||
|
||||
package() {
|
||||
find "${srcdir}" -maxdepth 1 -name "data.tar.*" -exec tar -xf {} -C "${pkgdir}" \;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue