Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
zsh-autocomplete
Commits:
1ee781ee by Daniel M. Capella at 2025-03-19T13:55:54-04:00
upgpkg: 25.03.19-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = zsh-autocomplete
pkgdesc = Real-time type-ahead completion for Zsh
- pkgver = 24.09.04
- pkgrel = 2
+ pkgver = 25.03.19
+ pkgrel = 1
url = https://github.com/marlonrichert/zsh-autocomplete
arch = any
license = MIT
checkdepends = clitest
makedepends = git
depends = zsh
- source =
git+https://github.com/marlonrichert/zsh-autocomplete.git#tag=24.09.04
- b2sums =
2600b999789abe876cfc0cfdb8a9e513e19400300dea084cd6c86a02b5994dd645e73949bd5bd8020648f5212a3923fe640ef6d1c253da0e145644f974e4e5a3
+ source =
git+https://github.com/marlonrichert/zsh-autocomplete.git#tag=25.03.19
+ b2sums =
8df7e2ace958637ef73198214c3197589f8ddb2e735986fec6954a3224f5644a56eb2ab750c29e971d35cb6e632d07ea2210df27f3acd9a3c3aaa2711f5c0f17
pkgname = zsh-autocomplete
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Daniel M. Capella <[email protected]>
pkgname=zsh-autocomplete
-pkgver=24.09.04
-pkgrel=2
+pkgver=25.03.19
+pkgrel=1
pkgdesc='Real-time type-ahead completion for Zsh'
arch=(any)
url=https://github.com/marlonrichert/zsh-autocomplete
@@ -11,7 +11,7 @@ depends=(zsh)
makedepends=(git)
checkdepends=(clitest)
source=("git+$url.git#tag=$pkgver")
-b2sums=('2600b999789abe876cfc0cfdb8a9e513e19400300dea084cd6c86a02b5994dd645e73949bd5bd8020648f5212a3923fe640ef6d1c253da0e145644f974e4e5a3')
+b2sums=('8df7e2ace958637ef73198214c3197589f8ddb2e735986fec6954a3224f5644a56eb2ab750c29e971d35cb6e632d07ea2210df27f3acd9a3c3aaa2711f5c0f17')
check() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zsh-autocomplete/-/commit/1ee781eeff2ed416635378ba2e5675412144fce1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zsh-autocomplete/-/commit/1ee781eeff2ed416635378ba2e5675412144fce1
You're receiving this email because of your account on gitlab.archlinux.org.