summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorckath2019-09-16 17:13:00 +0200
committerckath2019-09-16 17:13:00 +0200
commit4402d3b2cc550672e9053fe11d6ffee8ee2cbd2e (patch)
tree36c79379fb973fe5bc06086278e0402d2f25c4b3 /PKGBUILD
parentc801e69a36440ba980e8af1531353dd6baeba046 (diff)
downloadaur-4402d3b2cc550672e9053fe11d6ffee8ee2cbd2e.tar.gz
forgot to add ncurses dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b087e9a1d5b..09338c89e7ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc='Fairly Usable cli Filebrowser.'
arch=('any')
url=https://github.com/ckath/fuf
license=('MIT')
+depends=('ncurses')
optdepends=('w3m: image previews')
conflicts=('fuf-git')
provides=('fuf')