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 a57b1b53ee71..3ad6b3f3d213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=python-matrix-synapse-shared-secret-auth
_name=${pkgname#python-}
pkgver=2.0.3
-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')
+arch=('any')
license=('AGPL')
makedepends=('python-setuptools')
depends=('python' 'matrix-synapse')
-source=("https://github.com/devture/${_name}/archive/${pkgver}.tar.gz")
+source=("${_name}-${pkgver}.tar.gz::https://github.com/devture/${_name}/archive/${pkgver}.tar.gz")
sha256sums=('5de33edd7f9d807a2857029a10e96a39bb25f6bcd7e1a18f438966eb5a9a49f4')
build() {