summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm Dragon2017-01-02 10:05:48 -0500
committerStorm Dragon2017-01-02 10:05:48 -0500
commit435fb28b29410959d7b3b933443d5eb18188a5ce (patch)
treec695d320c1a6c87361698a5f6d273fe97717f367 /PKGBUILD
parent7becc9423e7070a214db96f29dd4b27a66117b42 (diff)
downloadaur-435fb28b29410959d7b3b933443d5eb18188a5ce.tar.gz
Updated dependancies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')