summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorFelix Höffken2023-09-26 11:27:19 +0200
committerFelix Höffken2023-10-16 21:02:46 +0200
commit1c22a5cffc78873e33f1d19c55e6448554db05e4 (patch)
treeb7747a9a972eedfbc6bdc34fabee4de7b5953433 /.SRCINFO
parent7ecebd292bd32f79f705d098049ee0e8ce0800b8 (diff)
downloadaur-python-srp.tar.gz
Move makedepends to depends and clean up
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO9
1 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eeea4ee115ad..7ad34047cb76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python-srp
pkgdesc = Python implementation of the Secure Remote Password protocol (SRP)
pkgver = 1.0.19
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cocagne/pysrp
arch = any
license = MIT
- makedepends = python
- makedepends = python-six
+ depends = python
+ depends = python-six
+ depends = openssl
source = https://github.com/cocagne/pysrp/archive/1.0.19.tar.gz
sha256sums = 57dd009ed4d739fa4bd7403fb014c0113621e5631953396221749ed53a9dd4a8
pkgname = python-srp
- depends = python
- depends = openssl