summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2017-12-07 17:56:32 +0900
committerJiachen Yang2017-12-07 17:56:32 +0900
commit3d031e43de7ff6a997e296e09a21f40992c52d3d (patch)
tree89c9a028351ed3216ea61922c30e752a5c1bade5
parentd8f3a9c3fca0f1d0c2490b85bd3efab73e8ca7e2 (diff)
downloadaur-3d031e43de7ff6a997e296e09a21f40992c52d3d.tar.gz
ad qt5-quickcontrols dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22aae6c99cbf..8f405464fc1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx5-qt-git
pkgdesc = Fcitx Qt Library
- pkgver = r97.050fe6e
+ pkgver = r111.63e9b36
pkgrel = 1
url = https://github.com/fcitx/fcitx5
arch = i686
@@ -11,6 +11,7 @@ pkgbase = fcitx5-qt-git
depends = fcitx5-git
depends = qt4
depends = qt5-x11extras
+ depends = qt5-quickcontrols
source = git+https://github.com/fcitx/fcitx5-qt.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b07103a6b95d..247707e435cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: csslayer <wengxt AT gmail com>
pkgname=fcitx5-qt-git
-pkgver=r97.050fe6e
+pkgver=r111.63e9b36
pkgrel=1
pkgdesc="Fcitx Qt Library"
arch=('i686' 'x86_64')
url="https://github.com/fcitx/fcitx5"
license=('GPL')
-depends=('fcitx5-git' 'qt4' 'qt5-x11extras')
+depends=('fcitx5-git' 'qt4' 'qt5-x11extras' 'qt5-quickcontrols')
makedepends=('extra-cmake-modules' 'git')
source=("git+https://github.com/fcitx/fcitx5-qt.git")
sha512sums=('SKIP')