summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd1cb8253638..e1e072f851e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,22 @@
# Maintainer: lmartinez-mirror
pkgname=fish-fzf-git
_pkgname=${pkgname%-git}
-pkgver=5.6.r3.g2aaf2dd
+pkgver=6.2.r0.g20ec3e4
pkgrel=1
+epoch=1
pkgdesc="fzf key-bindings into fish"
arch=('any')
url="https://github.com/PatrickF1/fzf.fish"
license=('MIT')
groups=('fish-plugins')
-depends=('fish>=3.1.2' 'fzf' 'fd' 'bat')
+depends=('fish>=3.2' 'fzf')
+optdepends=('fd: faster, friendlier alternative to find'
+ 'bat: smarter cat with syntax highlighting'
+ 'git')
makedepends=('git')
# checkdepends=('fish-fishtape')
-provides=('fish-fzf')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=("$_pkgname::git+$url")
sha256sums=('SKIP')