summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2015-11-29 12:03:18 +0100
committerFederico Di Pierro2015-11-29 12:03:18 +0100
commitcae2a5c70241046ae1fdf52498b34d70805983f0 (patch)
treef73a0d0657fd2f603d581069aa2006b32ab6b24d
parent744cf4c6d935f241a9c5cf13a491d19c715b3d7c (diff)
downloadaur-cae2a5c70241046ae1fdf52498b34d70805983f0.tar.gz
added openssl (opt)dep
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 826ddd6c5c16..4c0f4b1769be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@ 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')
+depends=('ncurses' 'libconfig' 'libarchive' 'glibc' 'libcups' 'libx11' 'systemd' 'openssl')
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.
+# libcups, libconfig, libx11, openssl, 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,
+# but that would disable xdg-open, config file read, printing, shasum,
# powermanagement inhibition, external usb drives/iso mount and package file installation support.
makedepends=('git')
source=("git://github.com/FedeDP/${_gitname}.git")