summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Steinert2020-06-07 16:51:55 +0200
committerLorenz Steinert2020-06-07 16:51:55 +0200
commit2889fa541b1e974e1c1376c6d4cc3693f62c33b1 (patch)
tree2b10e72145dfdf0179f651e3268959abcd398f65
parentb14ae6bec6fd0ac67314c608225bfff90fb67836 (diff)
downloadaur-2889fa541b1e974e1c1376c6d4cc3693f62c33b1.tar.gz
add python-twisted as dep
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df5e3791dd96..7af0032dd200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/devture/matrix-synapse-shared-secret-auth"
arch=('any')
license=('AGPL')
makedepends=('python-setuptools')
-depends=('python')
+depends=('python', 'python-twisted')
source=("git+https://github.com/devture/${_name}.git")
sha256sums=(SKIP)