makedeb
Tab completion using fzf in zsh, bash, GNU readline apps (e.g. python, php -a etc.)
Click here to go back to the commit logs for fzf-tab-completion-git.
Hash: 9d5ad3ce631636c0d324d625d368b5e6438e0219
Message: minor fix
diff --git a/.SRCINFO b/.SRCINFO
index d9bad8c..b423d7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = fzf-tab-completion-git
license = GPL3
makedepends = rustc
makedepends = cargo
- depends = rl_custom_function
+ depends = rl-custom-function
depends = fzf
provides = fzf-tab-completion
conflicts = fzf-tab-completion
diff --git a/PKGBUILD b/PKGBUILD
index 194efbb..52d1d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Tab completion using fzf in zsh, bash, GNU readline apps (e.g. python,
arch=('i686' 'x86_64')
url="https://github.com/lincheney/fzf-tab-completion"
license=('GPL3')
-depends=('rl_custom_function' 'fzf')
+depends=('rl-custom-function' 'fzf')
makedepends=('rustc' 'cargo')
provides=("fzf-tab-completion")
conflicts=("fzf-tab-completion")