aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2020-09-10 11:57:26 -0400
committerHao Zhang2020-09-10 11:57:26 -0400
commit35b3061aebd0b0e770f3fca03afb5fc97de034d4 (patch)
tree2467aa25b002b2cd9754c37725f4c4a4ce9fa393
parent508ae973411d1711023407fb56ec82e6bf5e73d2 (diff)
downloadaur-35b3061aebd0b0e770f3fca03afb5fc97de034d4.tar.gz
fixed qt dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d297eb09138..407d85832a2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fcitx-sogoupinyin
pkgdesc = Sogou Pinyin for Linux
pkgver = 2.3.2.07
- pkgrel = 1
+ pkgrel = 2
url = https://pinyin.sogou.com/linux/
arch = x86_64
license = custom
@@ -10,7 +10,7 @@ pkgbase = fcitx-sogoupinyin
depends = libidn11
depends = lsb-release
depends = xorg-xprop
- depends = qt5-webkit
+ depends = qt5-declarative
depends = fcitx-qt5
source = sogou-autostart
source = http://cdn2.ime.sogou.com/dl/index/1598240917/sogoupinyin_2.3.2.07_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index e730b72f84b3..748f74107ab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=fcitx-sogoupinyin
pkgver=2.3.2.07
_time=1598240917
-pkgrel=1
+pkgrel=2
pkgdesc="Sogou Pinyin for Linux"
arch=("x86_64")
url="https://pinyin.sogou.com/linux/"
license=("custom")
-depends=("fcitx" "opencc" "libidn11" "lsb-release" "xorg-xprop" "qt5-webkit" "fcitx-qt5")
+depends=("fcitx" "opencc" "libidn11" "lsb-release" "xorg-xprop" "qt5-declarative" "fcitx-qt5")
source=("sogou-autostart"
"http://cdn2.ime.sogou.com/dl/index/${_time}/sogoupinyin_${pkgver}_amd64.deb")