summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Steinert2020-06-07 16:53:05 +0200
committerLorenz Steinert2020-06-07 16:53:05 +0200
commit7fdeccd299d72e18365a23a3c7911be03f7df620 (patch)
tree7557097b9f54e7639cf1f5df523ee790b9b79bf1
parent2889fa541b1e974e1c1376c6d4cc3693f62c33b1 (diff)
downloadaur-7fdeccd299d72e18365a23a3c7911be03f7df620.tar.gz
update .SRCINFO
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 517e999f6697..ce9bb6dedb56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-matrix-synapse-shared-secret-auth-git
pkgdesc = Shared Secret Authenticator password provider module for Matrix Synapse
pkgver = 1.0.1
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/devture/matrix-synapse-shared-secret-auth
arch = any
license = AGPL
makedepends = python-setuptools
depends = python
+ depends = python-twisted
provides = python-matrix-synapse-shared-secret-auth
conflicts = python-matrix-synapse-shared-secret-auth
source = git+https://github.com/devture/matrix-synapse-shared-secret-auth.git
diff --git a/PKGBUILD b/PKGBUILD
index 7af0032dd200..cc0a89314f29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _name=$( expr "${pkgname}" : "python-\(.*\)-git" )
provides=('python-matrix-synapse-shared-secret-auth')
conflicts=('python-matrix-synapse-shared-secret-auth')
pkgver=1.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Shared Secret Authenticator password provider module for Matrix Synapse"
url="https://github.com/devture/matrix-synapse-shared-secret-auth"
arch=('any')
license=('AGPL')
makedepends=('python-setuptools')
-depends=('python', 'python-twisted')
+depends=('python' 'python-twisted')
source=("git+https://github.com/devture/${_name}.git")
sha256sums=(SKIP)