* update zsh-autosuggestions to 0.7.0-3

This commit is contained in:
Alexander Baldeck 2024-08-15 04:55:50 +02:00
parent 7a40b96239
commit 04576b5bf4
3 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,13 @@
pkgbase = zsh-autosuggestions
pkgdesc = Fish-like autosuggestions for zsh
pkgver = 0.7.0
pkgrel = 3
url = https://github.com/zsh-users/zsh-autosuggestions
arch = any
license = MIT
depends = zsh
source = https://github.com/zsh-users/zsh-autosuggestions/archive/v0.7.0/zsh-autosuggestions-v0.7.0.tar.gz
sha512sums = b1a0a11a89095e4f142061525f92836588561e3bfab015bb96eabe3f1f68d0cfcd7483014dac8c5b2911e65640e9182c5fc4cb4fb53e3a05ef7997c006ff76a6
b2sums = b12c387a7a6424f1e3e2bc76a4d9f11a3bddb4bc1d69236249722a829c53f3136ff0cbf8aaf02faff54f49f7b7363fcd06576a2dc6c8026c62951da2d0ebc2c2
pkgname = zsh-autosuggestions

View File

@ -0,0 +1,4 @@
[zsh-autosuggestions]
source = "git"
git = "https://github.com/zsh-users/zsh-autosuggestions.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
pkgname=zsh-autosuggestions
pkgver=0.7.0
pkgrel=2
pkgrel=3
pkgdesc="Fish-like autosuggestions for zsh "
arch=(any)
url="https://github.com/zsh-users/zsh-autosuggestions"