summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22befd65b5fd..5d2ca40298a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-spake2
pkgver=0.8
-pkgrel=2
+pkgrel=3
pkgdesc="This library implements the SPAKE2 password-authenticated key exchange"
arch=('any')
url="https://pypi.python.org/packages/10/7d/${pkgname#python-}-${pkgver}"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'python-hkdf')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/s/spake2/spake2-${pkgver}.tar.gz")
-md5sums=('53bb859d1dff2830b26b6d5852801c5a')
+md5sums=('0155bad518bb49c39994fe0b7d9fb32c')
build() {
cd "${srcdir}/${pkgname#python-}-${pkgver}"