summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2019-01-27 22:50:07 +0100
committerAleksandar Trifunovic2019-01-27 22:50:07 +0100
commit3bad73860bb39714c23694b8c1d280583a003b8b (patch)
tree19e9a5e1d9a4973427c61ec96b215400f4fc5388
parentd12d37d7c632397d157deda1bf99348c750dac11 (diff)
downloadaur-3bad73860bb39714c23694b8c1d280583a003b8b.tar.gz
fix deps
-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')