summarylogtreecommitdiffstats
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
parentb633afd6c1d699fb7e23dd4e4e0da1507a32e2bd (diff)
downloadaur-d433f10cf6a85c4052325faf4d413732b887dc30.tar.gz
updated pkgbuild to latest changes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f317df807658..37d088d5c675 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ncursesfm-git
pkgdesc = A FileManager written in c and ncurses library.
- pkgver = 0.r248.431ec18
+ pkgver = 0.r298.7dd3aa3
pkgrel = 1
url = https://github.com/FedeDP/ncursesFM
install = ncursesFM.install
@@ -13,9 +13,10 @@ pkgbase = ncursesfm-git
depends = libarchive
depends = libcups
depends = libx11
- depends = libsystemd
+ depends = systemd
optdepends = fuseiso: for fuse archive/iso mounting support
optdepends = xdg-utils: xdg-open support
+ optdepends = udisks2: external usb drives mount support
backup = etc/default/ncursesFM.conf
source = git://github.com/FedeDP/ncursesFM.git
sha256sums = SKIP
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')