summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2016-05-28 14:42:26 +0200
committerFederico Di Pierro2016-05-28 14:42:26 +0200
commit331a7a87222efd6b68c402f3e9479b5129422b78 (patch)
treea227a417885aa101819ead3fbf3a27c20f7aeb3d
parent9287d02e1a264aa565f9d062188991ec81463c31 (diff)
downloadaur-331a7a87222efd6b68c402f3e9479b5129422b78.tar.gz
updated
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5c7c99d1b98..afe9f458fe8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,13 +12,14 @@ depends=('ncurses' 'libconfig' 'libarchive' 'glibc' 'libcups' 'libx11' 'systemd'
optdepends=('xdg-utils: xdg-open support'
'udisks2: mountable drives and ISO mount support'
'packagekit: package installation support'
- 'upower: AC (dis)connection events support')
+ 'upower: AC (dis)connection events support'
+ 'w3m: images preview support')
# libcups, libconfig and libx11 are optional build dep.
# If compiled without them, the program will run just fine;
# but that would disable xdg-open, config file read and printing support.
# systemd too is an optdep. But in arch libudev is packaged together with it,
# and libudev is a mandatory dep.
-makedepends=('git')
+makedepends=('git' 'bash-completion')
source=("git://github.com/FedeDP/${_gitname}.git")
backup=('etc/default/ncursesFM.conf')
install=ncursesFM.install