summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2019-03-30 08:29:48 -0400
committerStorm Dragon2019-03-30 08:29:48 -0400
commit60bbf4bb6984668a9ac0ac92653844dab562bbd2 (patch)
treead77ebae20137ea789445e3ba8519379783d840b
parentc792f45c8ed32ed72973746ff96f8caf2736dc17 (diff)
downloadaur-60bbf4bb6984668a9ac0ac92653844dab562bbd2.tar.gz
Removed python-ipaddress from dependancies.
-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")