summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2019-03-30 08:27:33 -0400
committerStorm Dragon2019-03-30 08:27:33 -0400
commit311c5603583e36611d1fdf831207861a0d8b7905 (patch)
treec7098b71ce01aeafec370c783b7c2f084ffa2227
parente9c48a3f4aea4a5c8b31de9e4568d0ed7dc68bde (diff)
downloadaur-311c5603583e36611d1fdf831207861a0d8b7905.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 e91c9e71c1d6..f00e8fc733f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 16 18:55:44 UTC 2019
+# Sat Mar 30 12:27:10 UTC 2019
pkgbase = magic-wormhole
pkgdesc = Securely transfer data between computers
pkgver = 0.11.2
@@ -18,7 +18,6 @@ pkgbase = magic-wormhole
depends = python-humanize
depends = python-idna
depends = python-service-identity
- depends = python-ipaddress
depends = python-txtorcon
provides = wormhole
provides = wormhole-server
diff --git a/PKGBUILD b/PKGBUILD
index 16a204b5129e..c0df85e89779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Securely transfer data between computers"
arch=('any')
url="https://pypi.python.org/pypi/${pkgname}/${pkgver}"
license=('MIT')
-depends=('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-click' 'python-cffi' 'python-autobahn' 'python-tqdm' 'python-hkdf' 'python-pynacl' 'python-spake2' 'python-humanize' 'python-idna' 'python-service-identity' 'python-txtorcon')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
conflicts=("wormhole" "wormhole-server" "python-wormhole")