summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Höffken2022-05-23 10:43:46 +0200
committerFelix Höffken2022-05-23 10:43:46 +0200
commit15f81d65f1a68044bb894f3fd55a6486754699d3 (patch)
tree0940fe14b031b0565f6c4e3cf005866b020c2617
parent35e069fd25b254f0f7d8e5edfa077c4dbc92c693 (diff)
downloadaur-15f81d65f1a68044bb894f3fd55a6486754699d3.tar.gz
Bump pkgrel to update sha256sums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b9bbae889e4..6e104472987f 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.19
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/cocagne/pysrp
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index a9c76f0d804e..4357018c543d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _srcname=srp
pkgname=(python-$_srcname python2-$_srcname)
pkgbase=python-srp
pkgver=1.0.19
-pkgrel=0
+pkgrel=1
pkgdesc='Python implementation of the Secure Remote Password protocol (SRP)'
arch=('any')
url="https://github.com/cocagne/py$_srcname"