summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 0979f7f93de3e57eb8bffe7e41c1efe17c720723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = python-srp
	pkgdesc = Python implementation of the Secure Remote Password protocol (SRP)
	pkgver = 1.0.14
	pkgrel = 2
	url = https://github.com/cocagne/pysrp
	arch = any
	license = MIT
	makedepends = python
	makedepends = python2
	source = https://github.com/cocagne/pysrp/archive/1.0.14.tar.gz
	sha256sums = fc153f73a71546774234ada90128376087110db5ed99b0455e26231df307926d

pkgname = python-srp
	depends = python
	depends = openssl-1.0

pkgname = python2-srp
	depends = python2
	depends = openssl-1.0