summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFederico Di Pierro2015-09-29 13:01:49 +0200
committerFederico Di Pierro2015-09-29 13:01:49 +0200
commit744cf4c6d935f241a9c5cf13a491d19c715b3d7c (patch)
tree7326edc4ed43d98bf3f2a1010e54382bee212bbd /PKGBUILD
parent58735fe315854bd9022b5d537c5cfe9ddef8945d (diff)
downloadaur-744cf4c6d935f241a9c5cf13a491d19c715b3d7c.tar.gz
updated optdep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37163bd27082..826ddd6c5c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,20 @@
pkgname=ncursesfm-git
_gitname=ncursesFM
-pkgver=0.r298.7dd3aa3
-pkgrel=1
+pkgver=0.r314.4d2d875
+pkgrel=2
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' 'systemd')
-optdepends=('fuseiso: for fuse archive/iso mounting support'
- 'xdg-utils: xdg-open support'
- 'udisks2: external usb drives mount support'
+optdepends=('xdg-utils: xdg-open support'
+ 'udisks2: external usb drives and ISO mount support'
'packagekit: package installation 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,
-# powermanagement inhibition, external usb drives mount and package file installation support.
+# powermanagement inhibition, external usb drives/iso mount and package file installation support.
makedepends=('git')
source=("git://github.com/FedeDP/${_gitname}.git")
backup=('etc/default/ncursesFM.conf')