summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Andreyev2018-05-03 10:51:33 +0300
committerAlexey Andreyev2018-05-03 10:51:33 +0300
commit54101b8c3adb02629b790c0fa502ca42627acf1c (patch)
treed6dabca158e02393c65038701861d980cc48d0fa
parent625cbcdf6f9eaaf108c907d9b1c47eb429664e09 (diff)
downloadaur-54101b8c3adb02629b790c0fa502ca42627acf1c.tar.gz
adding missing qt5-matrixclient-git dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c7d9dfac3a3..c2febcefe5b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Matrix connection operator for the Telepathy framework. WIP git branch"
arch=(i686 x86_64 armv7 aarch64)
url="https://telepathy.freedesktop.org/"
license=(GPL)
-depends=(telepathy-qt-git)
+depends=(telepathy-qt-git qt5-matrixclient-git)
makedepends=(cmake git)
provides=(telepathy-tank)
conflicts=(telepathy-tank)