summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf4ca7e32b99..32e9c1e4289e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Aug 14 20:14:21 UTC 2018
+# Sat Mar 30 12:29:41 UTC 2019
pkgbase = magic-wormhole-git
pkgdesc = Securely transfer data between computers
pkgver = 0.10.2
@@ -19,7 +19,6 @@ pkgbase = magic-wormhole-git
depends = python-humanize
depends = python-idna
depends = python-service-identity
- depends = python-ipaddress
depends = python-txtorcon
depends = python-pyhamcrest
provides = wormhole
diff --git a/PKGBUILD b/PKGBUILD
index 72650639808c..a9731ba789eb 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' 'python-pyhamcrest')
+depends=('python' 'python-click' 'python-cffi' 'python-autobahn' 'python-tqdm' 'python-hkdf' 'python-pynacl' 'python-spake2' 'python-humanize' 'python-idna' 'python-service-identity' 'python-txtorcon' 'python-pyhamcrest')
makedepends=('python-setuptools')
source=("git+${url}.git")
conflicts=("wormhole" "wormhole-server")