summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShengyu Zhang2020-11-14 13:00:34 +0800
committerShengyu Zhang2020-11-14 13:00:34 +0800
commitea057fc8de4f1c3c6d0b8bd915c634a87753d2d1 (patch)
treec169fc2328b5c1b06f3ea99728ae7ef3d2acc860 /PKGBUILD
parent01d1fa3d2c5c61d2224eb9cfb1d9c59bf0c3562c (diff)
downloadaur-ea057fc8de4f1c3c6d0b8bd915c634a87753d2d1.tar.gz
update 1.2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 543bacc18d95..cd9491a0bc03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: yesuu zhang <yesuu79@qq.com>
+# Maintainer: Shengyu Zhang <la@archlinuxcn.org>
+# Contributor: yesuu zhang <yesuu79@qq.com>
pkgname=vim-fcitx
-pkgver=1.2.5
+pkgver=1.2.6
pkgrel=1
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')
@@ -9,9 +10,11 @@ url="https://vim.sourceforge.io/scripts/script.php?script_id=3764"
license=('unknown')
groups=('vim-plugins')
depends=('vim>=7.0')
-optdepends=('fcitx: input support')
-source=('fcitx.vim.tar.gz::https://vim.sourceforge.io/scripts/download_script.php?src_id=25227')
-sha256sums=('e33d8c0629b41713c3e489a3dfa97e5b7cf5fbbc7c5e18a07bf04d7c2946e58f')
+optdepends=('fcitx: input support'
+ 'fcitx5: input support'
+ )
+source=('fcitx.vim.tar.gz::https://www.vim.org/scripts/download_script.php?src_id=26499')
+sha256sums=('959d1bd6c0411cf8d1b1eca37f6baafcfa33c5fd381a8dd97d31040c72b183c0')
package() {
cd ${srcdir}