summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFederico Di Pierro2015-09-22 12:10:03 +0200
committerFederico Di Pierro2015-09-22 12:10:03 +0200
commitb633afd6c1d699fb7e23dd4e4e0da1507a32e2bd (patch)
treef3c7593ee401590e1a594c51b22b30fea28e9dd1 /PKGBUILD
parent6246d09726d490f0226ff40f2c8af9ecb095e0fe (diff)
downloadaur-b633afd6c1d699fb7e23dd4e4e0da1507a32e2bd.tar.gz
updated PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c26e89785f9..58aa8bfe0098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=ncursesfm-git
_gitname=ncursesFM
pkgver=0.r248.431ec18
-pkgrel=2
+pkgrel=1
pkgdesc="A FileManager written in c and ncurses library."
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
-depends=('ncurses' 'libconfig' 'libarchive' 'libcups' 'libx11')
+depends=('ncurses' 'libconfig' 'libarchive' 'libcups' 'libx11' 'libsystemd')
optdepends=('fuseiso: for fuse archive/iso mounting support'
'xdg-utils: xdg-open support')
-# libcups, libconfig and libx11 are optional build dep.
+# libcups, libconfig, libx11 and libsystemd 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.
+# but that would disable xdg-open, config file read, printing and powermanagement inhibition support.
makedepends=('git')
source=("git://github.com/FedeDP/${_gitname}.git")
backup=('etc/default/ncursesFM.conf')