summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2017-06-27 13:11:59 -0400
committerStorm Dragon2017-06-27 13:11:59 -0400
commit3e2e24e51e87e1ec3ab77972f8944203f90deaf5 (patch)
tree0798856a2ef2d1580a25b8f9b4d4cf993de60b55
parent9a7de8d70645335db9a27a262daf7a35ff97579d (diff)
downloadaur-3e2e24e51e87e1ec3ab77972f8944203f90deaf5.tar.gz
Updated dependancies.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d82284c1b8af..c1f951c248f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jun 25 13:58:46 UTC 2017
+# Tue Jun 27 17:11:44 UTC 2017
pkgbase = magic-wormhole
pkgdesc = Securely transfer data between computers
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/magic-wormhole/0.10.0
arch = any
license = MIT
@@ -20,6 +20,7 @@ pkgbase = magic-wormhole
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 a6199c54960a..4f5cb2b50014 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=magic-wormhole
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="Securely transfer data between computers"
arch=('any')
url="https://pypi.python.org/pypi/${pkgname}/${pkgver}"
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=("https://pypi.python.org/packages/b2/7e/f26ad2aa90a84019bf1f3ef6f9ee48785096f9abe1812dfcba71cb59ae53/magic-wormhole-0.10.0.tar.gz")
conflicts=("wormhole" "wormhole-server")