summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 234b2e4c9503..805100cd7880 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-matrix-synapse-shared-secret-auth
pkgdesc = Shared Secret Authenticator password provider module for Matrix Synapse
pkgver = 2.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/devture/matrix-synapse-shared-secret-auth
arch = any
- license = AGPL
+ license = AGPL-3.0-or-later
makedepends = python-setuptools
depends = python
depends = matrix-synapse
diff --git a/PKGBUILD b/PKGBUILD
index 3ad6b3f3d213..40f0c0f7eda5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=python-matrix-synapse-shared-secret-auth
_name=${pkgname#python-}
pkgver=2.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="Shared Secret Authenticator password provider module for Matrix Synapse"
url="https://github.com/devture/matrix-synapse-shared-secret-auth"
arch=('any')
-license=('AGPL')
+license=('AGPL-3.0-or-later')
makedepends=('python-setuptools')
depends=('python' 'matrix-synapse')
source=("${_name}-${pkgver}.tar.gz::https://github.com/devture/${_name}/archive/${pkgver}.tar.gz")