summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFederico Di Pierro2015-09-24 14:37:34 +0200
committerFederico Di Pierro2015-09-24 14:37:34 +0200
commitd433f10cf6a85c4052325faf4d413732b887dc30 (patch)
treefb258f87555721e4cf87230379a120b690035972 /PKGBUILD
parentb633afd6c1d699fb7e23dd4e4e0da1507a32e2bd (diff)
downloadaur-d433f10cf6a85c4052325faf4d413732b887dc30.tar.gz
updated pkgbuild to latest changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58aa8bfe0098..76982acc34c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,19 @@
pkgname=ncursesfm-git
_gitname=ncursesFM
-pkgver=0.r248.431ec18
+pkgver=0.r298.7dd3aa3
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' 'libsystemd')
+depends=('ncurses' 'libconfig' 'libarchive' 'libcups' 'libx11' 'systemd')
optdepends=('fuseiso: for fuse archive/iso mounting support'
- 'xdg-utils: xdg-open support')
-# libcups, libconfig, libx11 and libsystemd are optional build dep.
+ 'xdg-utils: xdg-open support'
+ 'udisks2: external usb drives mount support')
+# libcups, libconfig, libx11 and systemd are optional build dep.
# If compiled without them, the program will run just fine;
-# but that would disable xdg-open, config file read, printing and powermanagement inhibition support.
+# but that would disable xdg-open, config file read, printing, powermanagement inhibition and external usb drives mount support.
makedepends=('git')
source=("git://github.com/FedeDP/${_gitname}.git")
backup=('etc/default/ncursesFM.conf')