summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5331a39cbb05..fee0c1ca2364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,8 @@ pkgbase = quaternion
license = GPL3
makedepends = cmake
depends = qt5-tools
- depends = qt5-declarative
+ depends = qt5-quickcontrols
+ depends = qt5-quickcontrols2
provides = quaternion
conflicts = quaternion-git
source = https://github.com/QMatrixClient/Quaternion/archive/v0.0.9.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5bf0692c5bd0..b0d1bb7c15c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ pkgrel=1
pkgdesc='Qt5-based IM client for the Matrix protocol'
url='https://matrix.org/docs/projects/client/quaternion.html'
arch=('i686' 'x86_64')
-license=(GPL3)
-depends=('qt5-tools' 'qt5-declarative')
+license=('GPL3')
+depends=('qt5-tools' 'qt5-quickcontrols' 'qt5-quickcontrols2')
makedepends=('cmake')
provides=('quaternion')
conflicts=('quaternion-git')