summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2016-11-13 12:27:18 -0500
committerStorm Dragon2016-11-13 12:27:18 -0500
commitccac8132a0c542f5b05e9cf21abe2d504aead029 (patch)
tree6e4b242a5d4e70a71dfec20908d83917fce9c995
parent44cbaf9950e5917880bb30c3ee5ed7e0a8936a91 (diff)
downloadaur-ccac8132a0c542f5b05e9cf21abe2d504aead029.tar.gz
Added v'python-hkdf' dependancy.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5acdd309160f..0a9bcfc0df0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 00:55:18 UTC 2016
+# Sun Nov 13 17:27:04 UTC 2016
pkgbase = python-spake2
pkgdesc = This library implements the SPAKE2 password-authenticated key exchange
pkgver = 0.7
@@ -9,6 +9,7 @@ pkgbase = python-spake2
license = MIT
makedepends = python-setuptools
depends = python
+ depends = python-hkdf
source = https://pypi.python.org/packages/10/7d/7e815d8e25ddd08edd46dc5202e3b30c61d15a68c0166e03a4dd37a18466/spake2-0.7.tar.gz#md5=53bb859d1dff2830b26b6d5852801c5a/spake2-0.7.tar.gz
md5sums = 53bb859d1dff2830b26b6d5852801c5a
diff --git a/PKGBUILD b/PKGBUILD
index d304d56b58b8..660c3f90e74d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="This library implements the SPAKE2 password-authenticated key exchange"
arch=('any')
url="https://pypi.python.org/packages/10/7d/${pkgname#python-}-${pkgver}"
license=('MIT')
-depends=('python')
+depends=('python' 'python-hkdf')
makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/10/7d/7e815d8e25ddd08edd46dc5202e3b30c61d15a68c0166e03a4dd37a18466/spake2-0.7.tar.gz#md5=53bb859d1dff2830b26b6d5852801c5a/${pkgname#python-}-${pkgver}.tar.gz")
md5sums=('53bb859d1dff2830b26b6d5852801c5a')