diff --git a/fcitx-qt5/PKGBUILD b/fcitx-qt5/PKGBUILD index 6c3129554..b05bb05cb 100644 --- a/fcitx-qt5/PKGBUILD +++ b/fcitx-qt5/PKGBUILD @@ -1,14 +1,14 @@ pkgname=fcitx-qt5 -pkgver=1.1.1 +pkgver=1.2.0 pkgrel=1 pkgdesc="QT5 IM Module for Fcitx" arch=('x86_64') url="https://github.com/fcitx/fcitx-qt5" license=('GPL') -depends=('fcitx>=4.2.7' ''libxkbcommon'' 'qt5-base>=5.5.1') +depends=('fcitx>=4.2.7' ''libxkbcommon'' 'qt5-base') makedepends=('cmake' 'extra-cmake-modules') source=(https://github.com/fcitx/fcitx-qt5/archive/${pkgver}.tar.gz) -sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221') +sha512sums=('2e8b551f5247a2268228d0e3b7b8a185bb834f413d5d9048ee965b69a53c70dbe45490869971434a926c304dc3d9636eaf903cd0f477d782ffe4aea79291d9cb') build() { cd "$srcdir/${pkgname}-${pkgver}"