summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Collins2023-12-04 21:26:52 +0100
committerMark Collins2023-12-04 21:26:52 +0100
commit8980b2e57fe5acceeaa120dbad2f2f7fa196fa77 (patch)
tree7fcb390e2a4843bb147119c66a653cd7bc324bd3 /PKGBUILD
parent17d6b84098a8fdaa821a927b4cd89641268dcc34 (diff)
downloadaur-8980b2e57fe5acceeaa120dbad2f2f7fa196fa77.tar.gz
Fix PKGBUILD after clean chroot build and namcap run
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() {