summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjdn062016-03-13 20:14:32 +0100
committerjdn062016-03-13 20:14:32 +0100
commit87fb3be5e2afd0c37f5e6043240cc7a22d4ff009 (patch)
tree317187f9d231b64b33b44657658d654e9b98be1e /PKGBUILD
parentee0e8f6f0ea5c2d251489e8a157ab6e9ccc54b38 (diff)
downloadaur-87fb3be5e2afd0c37f5e6043240cc7a22d4ff009.tar.gz
Correct dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8de90bc66562..c0383d17dc7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="CryFS encrypts your files, so you can safely store them anywhere"
arch=('i686' 'x86_64')
url="https://www.cryfs.org"
license=('LGPL3')
-depends=('fuse' 'openssl' 'crypto++' 'curl')
+depends=('fuse' 'crypto++' 'curl')
makedepends=('git' 'cmake' 'boost' 'python')
provides=('cryfs')
conflicts=('cryfs')