summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34afafa6c31c..806e85004a73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,14 @@
-# Generated by mksrcinfo v8
-# Sat Nov 14 05:00:30 UTC 2020
pkgbase = vim-fcitx
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.
pkgver = 1.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://vim.sourceforge.io/scripts/script.php?script_id=3764
arch = any
groups = vim-plugins
license = unknown
- depends = vim>=7.0
optdepends = fcitx: input support
optdepends = fcitx5: input support
source = fcitx.vim.tar.gz::https://www.vim.org/scripts/download_script.php?src_id=26499
sha256sums = 959d1bd6c0411cf8d1b1eca37f6baafcfa33c5fd381a8dd97d31040c72b183c0
pkgname = vim-fcitx
-
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'
)