summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Steinert2021-11-18 13:47:01 +0100
committerLorenz Steinert2021-11-18 13:47:01 +0100
commit7dd029ed6726d4ff53a11b0a318472d951041785 (patch)
tree63ceb367d35717ac2f474a09471029be3a366d53
parent3c01694d66dbffb194dd1014ed3e9070f5a36bb0 (diff)
downloadaur-7dd029ed6726d4ff53a11b0a318472d951041785.tar.gz
2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0af5c5bab00c..fcb929501d2e 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
- pkgrel = 0
+ pkgver = 2.0.1
+ pkgrel = 2
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.tar.gz
- sha256sums = 817d2c4e4e889c6f12369bb8855e5673a56e7390370a50be9fdfc5e853c986c9
+ source = https://github.com/devture/matrix-synapse-shared-secret-auth/archive/2.0.1.tar.gz
+ sha256sums = aa8e698645abd95a2be2fc85041a035711a45c493c396e3de6de283041f59d98
pkgname = python-matrix-synapse-shared-secret-auth
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}"