summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm Dragon2018-08-14 16:14:42 -0400
committerStorm Dragon2018-08-14 16:14:42 -0400
commitc792f45c8ed32ed72973746ff96f8caf2736dc17 (patch)
tree785ca9fed862da9b1fa514263db2d331bfaad462 /PKGBUILD
parent006d92a4ce258907a023139c7f3785bc9786c959 (diff)
downloadaur-c792f45c8ed32ed72973746ff96f8caf2736dc17.tar.gz
ADded the python-pyhamcrest dependancy.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 442f0456f2c3..72650639808c 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-cffi' 'python-autobahn' 'python-tqdm' 'python-hkdf' 'python-pynacl' 'python-spake2' 'python-humanize' 'python-idna' 'python-service-identity' 'python-ipaddress' 'python-txtorcon')
+depends=('python' 'python-click' 'python-cffi' 'python-autobahn' 'python-tqdm' 'python-hkdf' 'python-pynacl' 'python-spake2' 'python-humanize' 'python-idna' 'python-service-identity' 'python-ipaddress' 'python-txtorcon' 'python-pyhamcrest')
makedepends=('python-setuptools')
source=("git+${url}.git")
conflicts=("wormhole" "wormhole-server")