summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLorenz Steinert2022-02-11 17:52:37 +0100
committerLorenz Steinert2022-02-11 17:52:37 +0100
commita2953a19ab25af960461c0b14b8d9470db85fc97 (patch)
tree799ae6a61ff2059bd50c603d63b65ca3741c2c1d /PKGBUILD
parent7dd029ed6726d4ff53a11b0a318472d951041785 (diff)
downloadaur-a2953a19ab25af960461c0b14b8d9470db85fc97.tar.gz
v2.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45c302a0bf7c..812da30512a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-matrix-synapse-shared-secret-auth
_name=${pkgname#python-}
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
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=("aa8e698645abd95a2be2fc85041a035711a45c493c396e3de6de283041f59d98")
+sha256sums=("9fba080679c6fc928f603d44bd9f5ff0ab62155f74b5a7c13b648558b0114858")
build() {
cd "${srcdir}/${_name}-${pkgver}"