summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--fish-fzf.changelog7
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc106c63180f..acbe8ceae7f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fish-fzf
pkgdesc = fzf key-bindings into fish
- pkgver = 10.2
+ pkgver = 10.3
pkgrel = 1
url = https://github.com/PatrickF1/fzf.fish
changelog = fish-fzf.changelog
@@ -13,7 +13,7 @@ pkgbase = fish-fzf
optdepends = fd: required for search directory feature
optdepends = bat: required for search directory feature
optdepends = git
- source = fish-fzf-10.2.tar.gz::https://github.com/PatrickF1/fzf.fish/archive/v10.2.tar.gz
- sha256sums = ef1daeedee6de3c0ca6e6b0517757fbaaf87485bd73784a017f5db4d63dca4fc
+ source = fish-fzf-10.3.tar.gz::https://github.com/PatrickF1/fzf.fish/archive/v10.3.tar.gz
+ sha256sums = a0d56e974b8d5144c3262dcf87630c8886407d28a2f9e626e46bc18199fe6f97
pkgname = fish-fzf
diff --git a/PKGBUILD b/PKGBUILD
index 379e96566ed9..3a7565f46794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=fish-fzf
-pkgver=10.2
+pkgver=10.3
pkgrel=1
pkgdesc="fzf key-bindings into fish"
arch=('any')
@@ -17,7 +17,7 @@ optdepends=(
makedepends=('git')
changelog="$pkgname.changelog"
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ef1daeedee6de3c0ca6e6b0517757fbaaf87485bd73784a017f5db4d63dca4fc')
+sha256sums=('a0d56e974b8d5144c3262dcf87630c8886407d28a2f9e626e46bc18199fe6f97')
package() {
cd "fzf.fish-$pkgver/"
diff --git a/fish-fzf.changelog b/fish-fzf.changelog
index c86ec1242f88..5bb87adfe496 100644
--- a/fish-fzf.changelog
+++ b/fish-fzf.changelog
@@ -1,3 +1,10 @@
+2023-11-06 fish-fzf 10.3
+
+* Remove redundant word "Search" from prompts
+* Stop warning about removed config vars on update
+* Add support for FZF_DEFAULT_OPTS_FILE
+
+
2023-11-06 fish-fzf 10.2
Important patch