* update zsh-completions to 0.35.0-2

This commit is contained in:
Alexander Baldeck 2024-08-12 03:59:45 +02:00
parent 6b7bbdb63e
commit 08907305c1
3 changed files with 19 additions and 1 deletions

14
zsh-completions/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = zsh-completions
pkgdesc = Additional completion definitions for Zsh
pkgver = 0.35.0
pkgrel = 2
url = https://github.com/zsh-users/zsh-completions
changelog = ChangeLog
arch = any
license = BSD
depends = zsh
source = zsh-completions-0.35.0.tar.gz::https://github.com/zsh-users/zsh-completions/archive/refs/tags/0.35.0.tar.gz
sha512sums = d6ab46db72b311731abca41e82fded954a43a1e13b81deb7b0acf7d85402ef575c69ead66af97dc2c148a1e681f39e48cfcab53993207f2b786bfe20228587e6
b2sums = 22b4dff55749852a41373a8d96b01963f47dc1fbee0f2ff2a21e5ec48e43b022967630dd3ad2dc74793efe1f3bf77d6783161b671730d2e726df913981a676da
pkgname = zsh-completions

View File

@ -0,0 +1,4 @@
[zsh-completions]
source = "github"
github = "zsh-users/zsh-completions"
use_max_tag = true

View File

@ -5,7 +5,7 @@
pkgname=zsh-completions
pkgver=0.35.0
pkgrel=1
pkgrel=2
pkgdesc="Additional completion definitions for Zsh"
arch=(any)
url="https://github.com/zsh-users/zsh-completions"