summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFup Duck2018-01-04 16:04:05 +0100
committerFup Duck2018-01-04 16:04:09 +0100
commitb372b619ac6f22f82750c1d75a1adbe8d3304a33 (patch)
treea127c374e01a8e5de85b11a7c6402e2ff8b1763e
parent78d58c6f1b0e42fc1b980f048e0aa4db8082c3d7 (diff)
downloadaur-b372b619ac6f22f82750c1d75a1adbe8d3304a33.tar.gz
update to 1.0.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bc0ed2c2254..59c838b625a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-srp
pkgdesc = Python implementation of the Secure Remote Password protocol (SRP)
- pkgver = 1.0.8
+ pkgver = 1.0.9
pkgrel = 1
url = https://github.com/cocagne/pysrp
arch = any
license = MIT
makedepends = python
makedepends = python2
- source = https://github.com/cocagne/pysrp/archive/1.0.8.tar.gz
- md5sums = 7312375d8aff85bff3fad7d75cf80152
+ source = https://github.com/cocagne/pysrp/archive/1.0.9.tar.gz
+ md5sums = bfb8e254d11dd490c251950b0af9bb7b
pkgname = python-srp
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 713008ba87c6..959b5e89c2e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _srcname=srp
pkgname=(python-$_srcname python2-$_srcname)
pkgbase=python-srp
-pkgver=1.0.8
+pkgver=1.0.9
pkgrel=1
pkgdesc='Python implementation of the Secure Remote Password protocol (SRP)'
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/cocagne/py$_srcname"
license=('MIT')
makedepends=('python' 'python2')
source=("$url/archive/$pkgver.tar.gz")
-md5sums=('7312375d8aff85bff3fad7d75cf80152')
+md5sums=('bfb8e254d11dd490c251950b0af9bb7b')
prepare() {
cd "$srcdir"