summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm Dragon2016-10-28 21:02:52 -0400
committerStorm Dragon2016-10-28 21:02:52 -0400
commit7becc9423e7070a214db96f29dd4b27a66117b42 (patch)
tree9f1a954ddc8d263c580f6911db11ba7bca55e87b /PKGBUILD
parent7f7be40fb45b9ae7d03ec4aa4874ce3a6476538e (diff)
downloadaur-7becc9423e7070a214db96f29dd4b27a66117b42.tar.gz
Updated dependancies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4f0b54da306..caa520e5576f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Securely transfer data between computers"
arch=('any')
url="https://github.com/warner/${_pkgname}"
license=('MIT')
-depends=('python' 'python-click' 'python-autobahn' 'python-tqdm' 'python-hkdf' 'python-pynacl' 'python-spake2')
+depends=('python' 'python-click' 'python-cffi' 'python-autobahn' 'python-tqdm' 'python-hkdf' 'python-pynacl' 'python-spake2')
makedepends=('python-setuptools')
source=("git+${url}.git")
md5sums=('SKIP')