summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstar20002020-07-04 12:52:27 +0800
committerstar20002020-07-04 12:52:27 +0800
commit3784ed76c0311174e06b0e1eb8ff5f003d8ca58b (patch)
tree74b63d7bd9322be50cdaf58e48a4e4e25a18aba3
parentdbd784fe757a875d5e2724be3d470e1d1d8e5a63 (diff)
downloadaur-3784ed76c0311174e06b0e1eb8ff5f003d8ca58b.tar.gz
修复路径
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--enable-fcitx5.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ded252d3c6a..e893374e8db4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = manjaro-asian-input-support
source = fcitx5.profile
source = ibus.desktop
md5sums = fdbfae1bba8012daf984a76d7004ae3e
- md5sums = a647ba08173b10b0dfaf1fdd693035e9
+ md5sums = 8bc36e42f521ddf2c1ac0b98ff7ee394
md5sums = b974be25b7f91c392009cb8d9f1bd5b4
md5sums = 97a5be2b8ff8c0fc895d9ef21531e698
md5sums = 3578677a7102c9f8be3b9f7ea7d3d06f
diff --git a/PKGBUILD b/PKGBUILD
index 859c2cc5906e..fb18a1a25b0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ source=(
'ibus.desktop'
)
md5sums=('fdbfae1bba8012daf984a76d7004ae3e'
- 'a647ba08173b10b0dfaf1fdd693035e9'
+ '8bc36e42f521ddf2c1ac0b98ff7ee394'
'b974be25b7f91c392009cb8d9f1bd5b4'
'97a5be2b8ff8c0fc895d9ef21531e698'
'3578677a7102c9f8be3b9f7ea7d3d06f'
diff --git a/enable-fcitx5.sh b/enable-fcitx5.sh
index bcf4fde6eb14..baea9437f99d 100644
--- a/enable-fcitx5.sh
+++ b/enable-fcitx5.sh
@@ -5,5 +5,5 @@ export QT_IM_MODULE=$im
export XMODIFIERS=@im=$im
if [ ! -e ~/.config/fcitx5/profile ]; then
- install -D /usr/share/manjaro-asian-input-support-fcitx5/profile ~/.config/fcitx5/profile
+ install -D /usr/share/fcitx5-input-support/profile ~/.config/fcitx5/profile
fi