summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"