summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authormorguldir2019-06-29 17:18:45 +0200
committermorguldir2019-06-29 17:18:45 +0200
commitb6e76f376a6ab413b70408299ad4aa973f9ee2c1 (patch)
treee3ff6b9be6eb0c470bb9e4819503ab9551c9ac7e /.SRCINFO
parentb3b56d544f3f4062d89e9de244d5f1d80641fdba (diff)
downloadaur-b6e76f376a6ab413b70408299ad4aa973f9ee2c1.tar.gz
Fix dependencies and add an optional dependency for qtkeychain
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO9
1 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27d59c3b5513..5652d945fb1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,19 @@
pkgbase = quaternion-git
pkgdesc = Qt5-based IM client for the Matrix protocol
pkgver = 0.0.9.4a.r36.g05c1819
- pkgrel = 1
+ pkgrel = 2
url = https://matrix.org/docs/projects/client/quaternion.html
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
- depends = qt5-declarative
+ makedepends = git
depends = hicolor-icon-theme
+ depends = qt5-multimedia
+ depends = qt5-tools
+ depends = qt5-quickcontrols
+ depends = qt5-quickcontrols2
+ optdepends = qtkeychain: Store access tokens in a keyring
provides = quaternion
conflicts = quaternion-git
source = git://github.com/QMatrixClient/Quaternion