summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Höffken2018-11-06 17:08:01 +0100
committerFelix Höffken2018-11-06 17:08:01 +0100
commita16a0550834e2de8d190945c6d5d79bb36fc548e (patch)
treea502249539957133db887d1735f6dc5a30383f94
parentcda482f141c354269d5963fd060f08a1f8a5b5a4 (diff)
downloadaur-a16a0550834e2de8d190945c6d5d79bb36fc548e.tar.gz
update to version 1.0.14
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c26621fdca84..2f1e441ce234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Felix Höffken <fupduck at sacknagel dot com>
+# Maintainer: Felix Höffken <felix at ctrl.alt.coop>
# Contributor: Juraj Fiala <doctorjellyface at riseup dot net
_srcname=srp
pkgname=(python-$_srcname python2-$_srcname)
pkgbase=python-srp
-pkgver=1.0.9
+pkgver=1.0.14
pkgrel=2
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=('bfb8e254d11dd490c251950b0af9bb7b')
+sha256sums=('fc153f73a71546774234ada90128376087110db5ed99b0455e26231df307926d')
prepare() {
cd "$srcdir"