summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2019-11-20 11:24:38 -0500
committerStorm Dragon2019-11-20 11:24:38 -0500
commita23051ae18e9099e14b0f69346a782d76950e486 (patch)
tree4545618be717073e244820c42c74d0773d913346
parent4d66acc5e1a01986db829053577adc44b7a4b57b (diff)
downloadaur-a23051ae18e9099e14b0f69346a782d76950e486.tar.gz
rel bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a820da712b55..b940d97b6f52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sat Nov 3 18:17:46 UTC 2018
pkgbase = python-spake2
pkgdesc = This library implements the SPAKE2 password-authenticated key exchange
pkgver = 0.8
- pkgrel = 4
+ pkgrel = 5
url = https://pypi.python.org/packages/10/7d/spake2-0.8
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b107637046dd..5a2df53f101d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='python-spake2'
_pkgname='spake2'
pkgname=('python2-spake2' 'python-spake2')
pkgver=0.8
-pkgrel=4
+pkgrel=5
pkgdesc="This library implements the SPAKE2 password-authenticated key exchange"
arch=('any')
url="https://pypi.python.org/packages/10/7d/${_pkgname}-${pkgver}"