summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2017-01-23 08:47:59 -0500
committerStorm Dragon2017-01-23 08:47:59 -0500
commit7aaea584564ed813a58404e5146ad9acb6e4e2fe (patch)
tree840edea9a13a49f4167d12c08aa3ddfa04b8a041
parent435fb28b29410959d7b3b933443d5eb18188a5ce (diff)
downloadaur-7aaea584564ed813a58404e5146ad9acb6e4e2fe.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 ad9751f5be67..6ffeec2ac191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 2 15:05:38 UTC 2017
+# Mon Jan 23 13:47:50 UTC 2017
pkgbase = magic-wormhole-git
pkgdesc = Securely transfer data between computers
- pkgver = 0.8.2
+ pkgver = 0.9.2
pkgrel = 2
url = https://github.com/warner/magic-wormhole
arch = any
@@ -19,6 +19,7 @@ pkgbase = magic-wormhole-git
depends = python-humanize
depends = python-idna
depends = python-service-identity
+ depends = python-ipaddress
source = git+https://github.com/warner/magic-wormhole.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2d0890ff13f7..f73670fa0e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=magic-wormhole-git
_pkgname=${pkgname%-*}
-pkgver=0.8.2
+pkgver=0.9.2
pkgrel=2
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')
+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=("git+${url}.git")
md5sums=('SKIP')