summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2017-01-02 10:05:48 -0500
committerStorm Dragon2017-01-02 10:05:48 -0500
commit435fb28b29410959d7b3b933443d5eb18188a5ce (patch)
treec695d320c1a6c87361698a5f6d273fe97717f367
parent7becc9423e7070a214db96f29dd4b27a66117b42 (diff)
downloadaur-435fb28b29410959d7b3b933443d5eb18188a5ce.tar.gz
Updated dependancies.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba824898238b..ad9751f5be67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Oct 29 01:02:40 UTC 2016
+# Mon Jan 2 15:05:38 UTC 2017
pkgbase = magic-wormhole-git
pkgdesc = Securely transfer data between computers
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 2
url = https://github.com/warner/magic-wormhole
arch = any
@@ -16,6 +16,9 @@ pkgbase = magic-wormhole-git
depends = python-hkdf
depends = python-pynacl
depends = python-spake2
+ depends = python-humanize
+ depends = python-idna
+ depends = python-service-identity
source = git+https://github.com/warner/magic-wormhole.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index caa520e5576f..2d0890ff13f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=magic-wormhole-git
_pkgname=${pkgname%-*}
-pkgver=0.8.1
+pkgver=0.8.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')
+depends=('python' 'python-click' 'python-cffi' 'python-autobahn' 'python-tqdm' 'python-hkdf' 'python-pynacl' 'python-spake2' 'python-humanize' 'python-idna' 'python-service-identity')
makedepends=('python-setuptools')
source=("git+${url}.git")
md5sums=('SKIP')