summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFup Duck2018-01-04 17:39:08 +0100
committerFup Duck2018-01-04 17:39:08 +0100
commit86075262de28195dea5f5736e31bb48ab336b05e (patch)
tree95e627e77c5ba42d4d476a70aedd8d6a42d1a796
parent600057856aea2e4cd6a6f8a84fd1b252889b4d19 (diff)
downloadaur-86075262de28195dea5f5736e31bb48ab336b05e.tar.gz
add openssl-1.0 to dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caeccb5ca5cf..a097a9946e45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-srp
pkgdesc = Python implementation of the Secure Remote Password protocol (SRP)
pkgver = 1.0.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cocagne/pysrp
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 96f27517fb53..354c010a8b22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _srcname=srp
pkgname=(python-$_srcname python2-$_srcname)
pkgbase=python-srp
pkgver=1.0.9
-pkgrel=1
+pkgrel=2
pkgdesc='Python implementation of the Secure Remote Password protocol (SRP)'
arch=('any')
url="https://github.com/cocagne/py$_srcname"