summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dff3b9b6338d..f317df807658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ncursesfm-git
pkgdesc = A FileManager written in c and ncurses library.
pkgver = 0.r248.431ec18
- pkgrel = 2
+ pkgrel = 1
url = https://github.com/FedeDP/ncursesFM
install = ncursesFM.install
arch = i686
@@ -13,6 +13,7 @@ pkgbase = ncursesfm-git
depends = libarchive
depends = libcups
depends = libx11
+ depends = libsystemd
optdepends = fuseiso: for fuse archive/iso mounting support
optdepends = xdg-utils: xdg-open support
backup = etc/default/ncursesFM.conf
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')