summaryrefslogtreecommitdiffstats
path: root/vifm
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2019-09-26 11:46:36 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2019-09-26 11:46:36 +0200
commita25e3e1f53066438f8b34893598e76ca4767db75 (patch)
treecd26c02230d5d364dcea80fc3f0badd26ebb0ed4 /vifm
parent745508cac0b8f3df3f5c05a1088ccaf15e8d50a6 (diff)
downloadpackages-a25e3e1f53066438f8b34893598e76ca4767db75.tar.zst
fix dependencies
Diffstat (limited to 'vifm')
-rw-r--r--vifm/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/vifm/PKGBUILD b/vifm/PKGBUILD
index f4006a3..c570a63 100644
--- a/vifm/PKGBUILD
+++ b/vifm/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A file manager with curses interface, which provides Vi[m]-like environ
arch=('x86_64')
url="https://vifm.info/"
license=('GPL')
-depends=('file' 'ncurses')
+depends=('file' 'bash')
optdepends=('perl: vifm-convert-dircolors')
provides=("$_pkgname")
conflicts=("$_pkgname")