summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2015-09-26 13:58:49 +0200
committerFederico Di Pierro2015-09-26 13:58:49 +0200
commit58735fe315854bd9022b5d537c5cfe9ddef8945d (patch)
tree731f47c37f24d8157c66da3ec103d8a580a6bbfa
parentd433f10cf6a85c4052325faf4d413732b887dc30 (diff)
downloadaur-58735fe315854bd9022b5d537c5cfe9ddef8945d.tar.gz
updated to latest commit
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37d088d5c675..ad26f3c04532 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = ncursesfm-git
optdepends = fuseiso: for fuse archive/iso mounting support
optdepends = xdg-utils: xdg-open support
optdepends = udisks2: external usb drives mount support
+ optdepends = packagekit: package installation support
backup = etc/default/ncursesFM.conf
source = git://github.com/FedeDP/ncursesFM.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 76982acc34c0..37163bd27082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,12 @@ 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')
+ 'udisks2: external usb drives 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 and external usb drives mount support.
+# but that would disable xdg-open, config file read, printing,
+# powermanagement inhibition, external usb drives mount and package file installation support.
makedepends=('git')
source=("git://github.com/FedeDP/${_gitname}.git")
backup=('etc/default/ncursesFM.conf')