aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2020-09-18 12:17:28 -0400
committerHao Zhang2020-09-18 12:18:10 -0400
commit74a52e0854ebeb828abbaf529abb00f23066cc28 (patch)
tree909f6e010512bb5c9fd622fe1287457b7e0c88d0
parent35b3061aebd0b0e770f3fca03afb5fc97de034d4 (diff)
downloadaur-74a52e0854ebeb828abbaf529abb00f23066cc28.tar.gz
add dependency for qt5-svg
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 407d85832a2c..330e524c0da6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fcitx-sogoupinyin
pkgdesc = Sogou Pinyin for Linux
pkgver = 2.3.2.07
- pkgrel = 2
+ pkgrel = 3
url = https://pinyin.sogou.com/linux/
arch = x86_64
license = custom
@@ -11,6 +11,7 @@ pkgbase = fcitx-sogoupinyin
depends = lsb-release
depends = xorg-xprop
depends = qt5-declarative
+ depends = qt5-svg
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 748f74107ab1..4193f3aa6db7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=fcitx-sogoupinyin
pkgver=2.3.2.07
_time=1598240917
-pkgrel=2
+pkgrel=3
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-declarative" "fcitx-qt5")
+depends=("fcitx" "opencc" "libidn11" "lsb-release" "xorg-xprop" "qt5-declarative" "qt5-svg" "fcitx-qt5")
source=("sogou-autostart"
"http://cdn2.ime.sogou.com/dl/index/${_time}/sogoupinyin_${pkgver}_amd64.deb")