summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm Dragon2017-01-23 08:47:59 -0500
committerStorm Dragon2017-01-23 08:47:59 -0500
commit7aaea584564ed813a58404e5146ad9acb6e4e2fe (patch)
tree840edea9a13a49f4167d12c08aa3ddfa04b8a041 /PKGBUILD
parent435fb28b29410959d7b3b933443d5eb18188a5ce (diff)
downloadaur-7aaea584564ed813a58404e5146ad9acb6e4e2fe.tar.gz
Added python-ipaddress dependancy.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')