aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2022-07-01 16:17:47 -0400
committerHao Zhang2022-07-01 16:17:47 -0400
commita23214dc5fc747c6d414189ab9429a365ee78332 (patch)
treed9adae5949abf524d182e1fb65d83763fb870b0b
parentff62def3dd145330ed8be425eca2de0b24a0c625 (diff)
downloadaur-a23214dc5fc747c6d414189ab9429a365ee78332.tar.gz
Updated to 4.0.1.2800
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be16cda00d42..86df1634fb7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fcitx-sogoupinyin
pkgdesc = Sogou Pinyin for Linux
- pkgver = 4.0.1.2123
+ pkgver = 4.0.1.2800
pkgrel = 1
- url = https://pinyin.sogou.com/linux/
+ url = https://shurufa.sogou.com/linux
arch = x86_64
license = custom
depends = fcitx
diff --git a/PKGBUILD b/PKGBUILD
index 90a8090202db..f68a73de94fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@
# Contributor: Felix Yan <felixonmars [AT] gmail.com>
pkgname=fcitx-sogoupinyin
-pkgver=4.0.1.2123
+pkgver=4.0.1.2800
pkgrel=1
-filename=sogoupinyin_${pkgver}_amd64.deb
+filename=sogoupinyin_${pkgver}_x86_64.deb
pkgdesc="Sogou Pinyin for Linux"
arch=("x86_64")
-url="https://pinyin.sogou.com/linux/"
+url="https://shurufa.sogou.com/linux"
license=("custom")
depends=("fcitx" "opencc" "libidn11" "lsb-release" "xorg-xprop" "qt5-declarative" "qt5-svg" "fcitx-qt5")
source=("sogou-autostart")
sha256sums=("4357c28ba35d9441e47cc5c9a4c5f1ccbb8957cb3434212a609201aee485c092")
-sha256sum="59e85516bc59fbc79ef1ca502a680b99c696ea448fc5990ebe3c0cf780d90dda"
+sha256sum="5d851c647c8b02c7f0b1853c3e516bfd1bdd9c5628333c07e9851a617336deb7"
prepare(){
msg "Retrieving sources..."
@@ -24,7 +24,7 @@ prepare(){
msg2 "$(gettext "Found %s")" "$filename"
else
msg2 "$(gettext "Downloading %s...")" "$filename"
- curl -s https://pinyin.sogou.com/linux | grep -o "https://[0-9a-z:\/\._]*/$filename" | xargs curl -o $startdir/$filename
+ curl -s $url | grep -o "https://[0-9a-z:\/\._]*/$filename" | xargs curl -o $startdir/$filename
fi
ln -s $startdir/$filename
msg "Validating source files with sha256sums..."