summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO11
1 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f27adcb708d6..a820da712b55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Aug 14 20:04:39 UTC 2018
+# Sat Nov 3 18:17:46 UTC 2018
pkgbase = python-spake2
pkgdesc = This library implements the SPAKE2 password-authenticated key exchange
pkgver = 0.8
@@ -8,10 +8,15 @@ pkgbase = python-spake2
arch = any
license = MIT
makedepends = python-setuptools
- depends = python
- depends = python-hkdf
+ makedepends = python2-setuptools
source = https://files.pythonhosted.org/packages/source/s/spake2/spake2-0.8.tar.gz
md5sums = 0155bad518bb49c39994fe0b7d9fb32c
+pkgname = python2-spake2
+ depends = python2
+ depends = python2-hkdf
+
pkgname = python-spake2
+ depends = python
+ depends = python-hkdf