diff options
author | ltlnx <ltlnx.tw@gmail.com> | 2023-01-24 05:33:58 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:23:02 +0700 |
commit | 11180bb3d787e9168f6b691ee120fc4fdf82f3fd (patch) | |
tree | f03fc6be768a5169db983ef968b32a6d76af9019 /misc | |
parent | bcaa6c32d1ff8c6f80bbb6b7e3e69ca669386dc9 (diff) |
misc/fcitx5-chinese-addons: Update REQUIRES.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild | 2 | ||||
-rw-r--r-- | misc/fcitx5-chinese-addons/fcitx5-chinese-addons.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild b/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild index cc1a832bee19..109dde255ac6 100644 --- a/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild +++ b/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fcitx5-chinese-addons VERSION=${VERSION:-5.0.16} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.info b/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.info index 6856fdc52c0a..3768b8d36120 100644 --- a/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.info +++ b/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.info @@ -5,6 +5,6 @@ DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-chinese-addons/fcitx5-chin MD5SUM="5ad2a94e9fb55c34ab075936ef29f379" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="fcitx5-qt libime" +REQUIRES="fcitx5 fcitx5-qt libime" MAINTAINER="ltlnx" EMAIL="ltlnx.tw@gmail.com" |