summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Steinert2022-02-11 17:52:37 +0100
committerLorenz Steinert2022-02-11 17:52:37 +0100
commita2953a19ab25af960461c0b14b8d9470db85fc97 (patch)
tree799ae6a61ff2059bd50c603d63b65ca3741c2c1d
parent7dd029ed6726d4ff53a11b0a318472d951041785 (diff)
downloadaur-a2953a19ab25af960461c0b14b8d9470db85fc97.tar.gz
v2.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcb929501d2e..d72bb0ee142e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-matrix-synapse-shared-secret-auth
pkgdesc = Shared Secret Authenticator password provider module for Matrix Synapse
- pkgver = 2.0.1
- pkgrel = 2
+ pkgver = 2.0.2
+ pkgrel = 1
url = https://github.com/devture/matrix-synapse-shared-secret-auth
arch = x86_64
license = AGPL
makedepends = python-setuptools
depends = python
depends = matrix-synapse
- source = https://github.com/devture/matrix-synapse-shared-secret-auth/archive/2.0.1.tar.gz
- sha256sums = aa8e698645abd95a2be2fc85041a035711a45c493c396e3de6de283041f59d98
+ source = https://github.com/devture/matrix-synapse-shared-secret-auth/archive/2.0.2.tar.gz
+ sha256sums = 9fba080679c6fc928f603d44bd9f5ff0ab62155f74b5a7c13b648558b0114858
pkgname = python-matrix-synapse-shared-secret-auth
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}"