summarylogtreecommitdiffstats
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
parent58735fe315854bd9022b5d537c5cfe9ddef8945d (diff)
downloadaur-744cf4c6d935f241a9c5cf13a491d19c715b3d7c.tar.gz
updated optdep
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad26f3c04532..ff469d94cfab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ncursesfm-git
pkgdesc = A FileManager written in c and ncurses library.
- pkgver = 0.r298.7dd3aa3
- pkgrel = 1
+ pkgver = 0.r314.4d2d875
+ pkgrel = 2
url = https://github.com/FedeDP/ncursesFM
install = ncursesFM.install
arch = i686
@@ -14,9 +14,8 @@ pkgbase = ncursesfm-git
depends = libcups
depends = libx11
depends = systemd
- optdepends = fuseiso: for fuse archive/iso mounting support
optdepends = xdg-utils: xdg-open support
- optdepends = udisks2: external usb drives mount support
+ optdepends = udisks2: external usb drives and ISO mount support
optdepends = packagekit: package installation support
backup = etc/default/ncursesFM.conf
source = git://github.com/FedeDP/ncursesFM.git
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')