summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2017-06-27 13:13:59 -0400
committerStorm Dragon2017-06-27 13:13:59 -0400
commitb1e4bf7aa5152a21473e182b398d2842501323b5 (patch)
tree6b4d74e1aae9d8a40ce8833e658ae18c5566e7f0
parentf566eac2e6efbc9bf3fdf9bbb66ff1f0ec592c02 (diff)
downloadaur-b1e4bf7aa5152a21473e182b398d2842501323b5.tar.gz
Updated dependancies.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04bd2abd9eec..54524471c845 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri May 5 17:30:10 UTC 2017
+# Tue Jun 27 17:13:55 UTC 2017
pkgbase = magic-wormhole-git
pkgdesc = Securely transfer data between computers
pkgver = 0.9.2
@@ -20,6 +20,7 @@ pkgbase = magic-wormhole-git
depends = python-idna
depends = python-service-identity
depends = python-ipaddress
+ depends = txtorcon
provides = wormhole
provides = wormhole-server
conflicts = wormhole
diff --git a/PKGBUILD b/PKGBUILD
index c8156f5420ed..c60752b40269 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')
+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' 'txtorcon')
makedepends=('python-setuptools')
source=("git+${url}.git")
conflicts=("wormhole" "wormhole-server")