* update zsh-history-substring-search to 1.1.0-2

This commit is contained in:
Alexander Baldeck 2024-08-11 14:15:39 +02:00
parent 7df147983f
commit 6b7bbdb63e
3 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,13 @@
pkgbase = zsh-history-substring-search
pkgdesc = ZSH port of Fish history search (up arrow)
pkgver = 1.1.0
pkgrel = 2
url = https://github.com/zsh-users/zsh-history-substring-search
arch = any
license = BSD
depends = zsh
source = https://github.com/zsh-users/zsh-history-substring-search/archive/v1.1.0/zsh-history-substring-search-v1.1.0.tar.gz
sha512sums = 267efc0960f6403b748e78734b43b8d997f05a2a2542520508e6ef028ef2e0a2c0805d24ae5ad4c30454742a08a7abf2e3baa591e60a660a0ca54aca0ad7175a
b2sums = c757f55be326c4aecdc05471940d66f70be596ca483f8c380bd0bc8e05920b70069200d5d865ee025d37cf079c0865d30eebc6952f9d7eaf4b7db71518e71a69
pkgname = zsh-history-substring-search

View File

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

View File

@ -3,7 +3,7 @@
pkgname=zsh-history-substring-search
pkgver=1.1.0
pkgrel=1
pkgrel=2
pkgdesc="ZSH port of Fish history search (up arrow)"
arch=(any)
url="https://github.com/zsh-users/zsh-history-substring-search"