summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShengyu Zhang2021-08-20 21:24:37 +0800
committerShengyu Zhang2021-08-20 21:24:37 +0800
commit043aedacb02ea2e7d18321d2cc62c9e5147415b4 (patch)
treef3387e9031f7e5634623e842f07dc108e018f843 /PKGBUILD
parentea057fc8de4f1c3c6d0b8bd915c634a87753d2d1 (diff)
downloadaur-vim-fcitx.tar.gz
do not depends on vim
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd9491a0bc03..01b07da816f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=vim-fcitx
pkgver=1.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="Keep and restore fcitx state for each buffer separately when leaving/re-entering insert mode. Like always typing English in normal mode, but Chinese in insert mode."
arch=('any')
url="https://vim.sourceforge.io/scripts/script.php?script_id=3764"
license=('unknown')
groups=('vim-plugins')
-depends=('vim>=7.0')
+depends=()
optdepends=('fcitx: input support'
'fcitx5: input support'
)