summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 348d359d0797..196e3f759a20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = manjaro-asian-input-support
pkgdesc = Asian input support from Manjaro
- pkgver = 2020.08
+ pkgver = 2020.09
pkgrel = 1
url = https://gitlab.manjaro.org/packages/community/manjaro-asian-input-support
install = input-support.install
@@ -35,7 +35,6 @@ pkgname = fcitx-input-support
pkgdesc = Asian input support for fcitx
depends = fcitx-qt5
depends = fcitx-configtool
- optdepends = fcitx-qt4: required by some closed source Chinese IMEs
optdepends = kcm-fcitx: KDE configuration module
optdepends = fcitx-googlepinyin: 中文 | Chinese
optdepends = fcitx-cloudpinyin: 云拼音 | Use internet resources to provide candidate input for Chinese
diff --git a/PKGBUILD b/PKGBUILD
index 6459fe13a11f..db9602a0d708 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=manjaro-asian-input-support
pkgname=('ibus-input-support' 'fcitx-input-support' 'fcitx5-input-support')
-pkgver=2020.08
+pkgver=2020.09
pkgrel=1
arch=('any')
url="https://gitlab.manjaro.org/packages/community/manjaro-asian-input-support"
@@ -52,7 +52,7 @@ package_fcitx-input-support() {
'fcitx-configtool' # gui configuration tool
)
optdepends=(
- 'fcitx-qt4: required by some closed source Chinese IMEs'
+ #'fcitx-qt4: required by some closed source Chinese IMEs'
'kcm-fcitx: KDE configuration module'
'fcitx-googlepinyin: 中文 | Chinese'
'fcitx-cloudpinyin: 云拼音 | Use internet resources to provide candidate input for Chinese'