summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d017b6260aae..234b2e4c9503 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-matrix-synapse-shared-secret-auth
pkgdesc = Shared Secret Authenticator password provider module for Matrix Synapse
pkgver = 2.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/devture/matrix-synapse-shared-secret-auth
- arch = x86_64
+ arch = any
license = AGPL
makedepends = python-setuptools
depends = python
depends = matrix-synapse
- source = https://github.com/devture/matrix-synapse-shared-secret-auth/archive/2.0.3.tar.gz
+ source = matrix-synapse-shared-secret-auth-2.0.3.tar.gz::https://github.com/devture/matrix-synapse-shared-secret-auth/archive/2.0.3.tar.gz
sha256sums = 5de33edd7f9d807a2857029a10e96a39bb25f6bcd7e1a18f438966eb5a9a49f4
pkgname = python-matrix-synapse-shared-secret-auth
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() {