summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLorenz Steinert2021-11-18 13:47:01 +0100
committerLorenz Steinert2021-11-18 13:47:01 +0100
commit7dd029ed6726d4ff53a11b0a318472d951041785 (patch)
tree63ceb367d35717ac2f474a09471029be3a366d53 /PKGBUILD
parent3c01694d66dbffb194dd1014ed3e9070f5a36bb0 (diff)
downloadaur-7dd029ed6726d4ff53a11b0a318472d951041785.tar.gz
2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd730a63d383..45c302a0bf7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-matrix-synapse-shared-secret-auth
_name=${pkgname#python-}
-pkgver=2.0
-pkgrel=0
+pkgver=2.0.1
+pkgrel=2
pkgdesc="Shared Secret Authenticator password provider module for Matrix Synapse"
url="https://github.com/devture/matrix-synapse-shared-secret-auth"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('AGPL')
makedepends=('python-setuptools')
depends=('python' 'matrix-synapse')
source=("https://github.com/devture/${_name}/archive/${pkgver}.tar.gz")
-sha256sums=("817d2c4e4e889c6f12369bb8855e5673a56e7390370a50be9fdfc5e853c986c9")
+sha256sums=("aa8e698645abd95a2be2fc85041a035711a45c493c396e3de6de283041f59d98")
build() {
cd "${srcdir}/${_name}-${pkgver}"