summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2018-08-14 16:14:42 -0400
committerStorm Dragon2018-08-14 16:14:42 -0400
commitc792f45c8ed32ed72973746ff96f8caf2736dc17 (patch)
tree785ca9fed862da9b1fa514263db2d331bfaad462
parent006d92a4ce258907a023139c7f3785bc9786c959 (diff)
downloadaur-c792f45c8ed32ed72973746ff96f8caf2736dc17.tar.gz
ADded the python-pyhamcrest dependancy.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f97a4f5ffbd9..bf4ca7e32b99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Aug 14 19:57:15 UTC 2018
+# Tue Aug 14 20:14:21 UTC 2018
pkgbase = magic-wormhole-git
pkgdesc = Securely transfer data between computers
pkgver = 0.10.2
@@ -21,6 +21,7 @@ pkgbase = magic-wormhole-git
depends = python-service-identity
depends = python-ipaddress
depends = python-txtorcon
+ depends = python-pyhamcrest
provides = wormhole
provides = wormhole-server
conflicts = wormhole
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")