aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBian Jiaping2018-08-30 13:49:57 +0800
committerBian Jiaping2018-08-30 13:49:57 +0800
commitf9ce0cea2bb6b04129cffdf9d1c0abcb0460bd38 (patch)
treeb743fd74808171dea34cbf44eeefd56232d33abe
parent4e8eabcdd35370e87e44bc937998e2d9c86e39b1 (diff)
downloadaur-f9ce0cea2bb6b04129cffdf9d1c0abcb0460bd38.tar.gz
Fix the bug that sogou-autostart cannot install .ssf skin
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rwxr-xr-xsogou-autostart2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f123db83237..b9e533d4c5e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fcitx-sogoupinyin
pkgdesc = Sogou Pinyin for Linux
pkgver = 2.2.0.0108
- pkgrel = 2
+ pkgrel = 3
url = https://pinyin.sogou.com/linux/
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = fcitx-sogoupinyin
depends = xorg-xprop
depends = qtwebkit
source = sogou-autostart
- md5sums = d1b6c174a455f7d7795da6e4ab829b12
+ md5sums = ff599d805084f49b95ba99fe640bc170
source_x86_64 = http://cdn2.ime.sogou.com/dl/index/1524572264/sogoupinyin_2.2.0.0108_amd64.deb
md5sums_x86_64 = 3fc65450b4a8c2f00561d9c8a4a07b5a
source_i686 = http://cdn2.ime.sogou.com/dl/index/1524572032/sogoupinyin_2.2.0.0108_i386.deb
diff --git a/PKGBUILD b/PKGBUILD
index ede0c615a7ce..00733c8ad5ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=fcitx-sogoupinyin
pkgver=2.2.0.0108
-pkgrel=2
+pkgrel=3
pkgdesc="Sogou Pinyin for Linux"
arch=('x86_64' 'i686')
url="https://pinyin.sogou.com/linux/"
@@ -18,7 +18,7 @@ source=('sogou-autostart')
source_i686=("http://cdn2.ime.sogou.com/dl/index/${_i686_time}/sogoupinyin_${pkgver}_i386.deb")
source_x86_64=("http://cdn2.ime.sogou.com/dl/index/${_x86_64_time}/sogoupinyin_${pkgver}_amd64.deb")
-md5sums=('d1b6c174a455f7d7795da6e4ab829b12')
+md5sums=('ff599d805084f49b95ba99fe640bc170')
md5sums_x86_64=('3fc65450b4a8c2f00561d9c8a4a07b5a')
md5sums_i686=('475d07b3a99c2e23daca68c7d900388f')
diff --git a/sogou-autostart b/sogou-autostart
index 4b8e81d25ff0..a658f8d8d14f 100755
--- a/sogou-autostart
+++ b/sogou-autostart
@@ -3,7 +3,7 @@
# Wait for fcitx to startup
for i in $(seq 30); do
if fcitx-remote &> /dev/null; then
- sogou-qimpanel
+ sogou-qimpanel $@
echo 'sogou-qimpanel started'
exit
else