summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentd433f10cf6a85c4052325faf4d413732b887dc30 (diff)
downloadaur-58735fe315854bd9022b5d537c5cfe9ddef8945d.tar.gz
updated to latest commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
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')