mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
ver: 1.2.0
This commit is contained in:
parent
36a5762c7c
commit
a41e486924
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = vanta-bin
|
||||
pkgdesc = A hyper-fast, scriptable command palette for Wayland
|
||||
pkgver = 1.1.0
|
||||
pkgrel = 2
|
||||
pkgver = 1.2.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/Misiix9/vanta
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
|
@ -10,7 +10,7 @@ pkgbase = vanta-bin
|
|||
depends = libayatana-appindicator
|
||||
provides = vanta
|
||||
conflicts = vanta
|
||||
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
|
||||
source = vanta_1.2.0_amd64.deb::https://github.com/Misiix9/vanta/releases/download/v1.2.0/vanta_1.2.0_amd64.deb
|
||||
sha256sums = 38c404060a0370cc7b0cb1e6c1d2971ed8669a969a4cafd37702c8701d559e91
|
||||
|
||||
pkgname = vanta-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Misiix9 <admin@misiix.dev>
|
||||
pkgname=vanta-bin
|
||||
pkgver=1.1.0
|
||||
pkgrel=2
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="A hyper-fast, scriptable command palette for Wayland"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/Misiix9/vanta"
|
||||
|
|
@ -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=('SKIP')
|
||||
sha256sums=('38c404060a0370cc7b0cb1e6c1d2971ed8669a969a4cafd37702c8701d559e91')
|
||||
|
||||
package() {
|
||||
# Extract whichever data archive exists (gzip, xz, or zstd)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue