summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2017-01-23 08:46:04 -0500
committerStorm Dragon2017-01-23 08:46:04 -0500
commitf5200d0983ecd04c7177d377b9451da296ac5c57 (patch)
tree1caaafd362c4dbfb7698773162338f08c88e5aca
parent8b209c7c9bffaacc9303c07d1dd9c712987b2d64 (diff)
downloadaur-f5200d0983ecd04c7177d377b9451da296ac5c57.tar.gz
Added python-ipaddress dependancy.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d09290fb3b46..723d17401c9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 23 12:38:11 UTC 2017
+# Mon Jan 23 13:45:40 UTC 2017
pkgbase = magic-wormhole
pkgdesc = Securely transfer data between computers
pkgver = 0.9.2
- pkgrel = 3
+ pkgrel = 4
url = https://pypi.python.org/pypi/magic-wormhole/0.9.2
arch = any
license = MIT
@@ -19,6 +19,7 @@ pkgbase = magic-wormhole
depends = python-humanize
depends = python-idna
depends = python-service-identity
+ depends = python-ipaddress
source = https://pypi.python.org/packages/72/74/8e92a486f9ec785056c6fd98140a1ff4098609f981a8a65d391dc6e0d444/magic-wormhole-0.9.2.tar.gz
md5sums = 7bd0322c49507185e0ef3d32a059ee29
diff --git a/PKGBUILD b/PKGBUILD
index f253cbef705b..0f5f2d8ec195 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=magic-wormhole
pkgver=0.9.2
-pkgrel=3
+pkgrel=4
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')
+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')
makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/72/74/8e92a486f9ec785056c6fd98140a1ff4098609f981a8a65d391dc6e0d444/magic-wormhole-0.9.2.tar.gz")
md5sums=('7bd0322c49507185e0ef3d32a059ee29')