summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Steinert2021-11-05 18:10:42 +0100
committerLorenz Steinert2021-11-05 18:10:42 +0100
commit3c01694d66dbffb194dd1014ed3e9070f5a36bb0 (patch)
treea4414cd39536ff0786e3386655677a57945360cf
parent3742735bcde0ee1ed22ce0e64d372580058dee3d (diff)
downloadaur-3c01694d66dbffb194dd1014ed3e9070f5a36bb0.tar.gz
v2.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2504c4679103..0af5c5bab00c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python-matrix-synapse-shared-secret-auth
pkgdesc = Shared Secret Authenticator password provider module for Matrix Synapse
- pkgver = 1.0.2
+ pkgver = 2.0
pkgrel = 0
url = https://github.com/devture/matrix-synapse-shared-secret-auth
arch = x86_64
license = AGPL
makedepends = python-setuptools
depends = python
- depends = python-twisted
- source = https://github.com/devture/matrix-synapse-shared-secret-auth/archive/1.0.2.tar.gz
- sha256sums = ebbd3bb6dea556c6cd1021fe67a3f9e852158e068660c62ca0381fa633b93e95
+ depends = matrix-synapse
+ source = https://github.com/devture/matrix-synapse-shared-secret-auth/archive/2.0.tar.gz
+ sha256sums = 817d2c4e4e889c6f12369bb8855e5673a56e7390370a50be9fdfc5e853c986c9
pkgname = python-matrix-synapse-shared-secret-auth
-
diff --git a/PKGBUILD b/PKGBUILD
index 179f235bb9c0..bd730a63d383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=python-matrix-synapse-shared-secret-auth
_name=${pkgname#python-}
-pkgver=1.0.2
+pkgver=2.0
pkgrel=0
pkgdesc="Shared Secret Authenticator password provider module for Matrix Synapse"
url="https://github.com/devture/matrix-synapse-shared-secret-auth"
arch=('x86_64')
license=('AGPL')
makedepends=('python-setuptools')
-depends=('python' 'python-twisted')
+depends=('python' 'matrix-synapse')
source=("https://github.com/devture/${_name}/archive/${pkgver}.tar.gz")
-sha256sums=("ebbd3bb6dea556c6cd1021fe67a3f9e852158e068660c62ca0381fa633b93e95")
+sha256sums=("817d2c4e4e889c6f12369bb8855e5673a56e7390370a50be9fdfc5e853c986c9")
build() {
cd "${srcdir}/${_name}-${pkgver}"