summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Collins2023-03-25 17:34:28 +0100
committerMark Collins2023-03-25 17:34:28 +0100
commit4889f6714ac4eb623273eeeddfbe321cd477708e (patch)
tree4bbcaef8fde2635b60157edfe4b2b12474d6ad4e
parenta2953a19ab25af960461c0b14b8d9470db85fc97 (diff)
downloadaur-4889f6714ac4eb623273eeeddfbe321cd477708e.tar.gz
Adopted by marcool04
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d72bb0ee142e..f9d844c10579 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-matrix-synapse-shared-secret-auth
pkgdesc = Shared Secret Authenticator password provider module for Matrix Synapse
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/devture/matrix-synapse-shared-secret-auth
arch = x86_64
license = AGPL
diff --git a/PKGBUILD b/PKGBUILD
index 812da30512a1..89f6fddfae9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Lorenz Steinert <lsteinert@uraziel.de>
+# Maintainer: Mark Collins <tera_1225 hat hotmail dot com>
+# Contributor: Lorenz Steinert <lsteinert@uraziel.de>
pkgname=python-matrix-synapse-shared-secret-auth
_name=${pkgname#python-}
pkgver=2.0.2
-pkgrel=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')