aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCodist2021-05-07 20:40:46 +0800
committerCodist2021-05-07 20:40:46 +0800
commit2c85dbe6c087c10218bf3d17e08e10d021ae7efa (patch)
tree3fc3ed332ab8c4d0c3abaaeb7a7d618a4072a8f7
parentadcf0a14749eaf19e836e0d5d635fe1d034fcced (diff)
downloadaur-2c85dbe6c087c10218bf3d17e08e10d021ae7efa.tar.gz
Upgrade deepin base package to 3.2.1.154deepin8
Signed-off-by: Codist <countstarlight@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--README.md1
-rwxr-xr-xrun.sh5
4 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60c1ecad8b73..3929dc125a11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deepin-wine-wechat
pkgdesc = Tencent WeChat on Deepin Wine(com.qq.weixin.deepin) For Archlinux
pkgver = 3.2.1.154
- pkgrel = 1
+ pkgrel = 2
url = https://weixin.qq.com/
install = deepin-wine-wechat.install
arch = x86_64
@@ -19,12 +19,12 @@ pkgbase = deepin-wine-wechat
depends = lib32-mpg123
depends = lib32-libldap
conflicts = deepin-wechat
- source = https://cdn-package-store6.deepin.com/appstore/pool/appstore/c/com.qq.weixin.deepin/com.qq.weixin.deepin_2.9.5.41deepin7_i386.deb
+ source = https://cdn-package-store6.deepin.com/appstore/pool/appstore/c/com.qq.weixin.deepin/com.qq.weixin.deepin_3.2.1.154deepin8_i386.deb
source = WeChatSetup-3.2.1.154.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
source = run.sh
- md5sums = 42794ec8f1e61407e670f1382a0d72db
+ md5sums = 3246f43cdfd2a4de9597d7018cb21753
md5sums = ea0a150ac98d022e9c6054154f27ddb4
- md5sums = a5557c5b51e5ef5fba8c2264ad54e08e
+ md5sums = 5515d84e04edb5981a73aad44606589b
pkgname = deepin-wine-wechat
diff --git a/PKGBUILD b/PKGBUILD
index 2d2812eaf649..1408d7bd8312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=deepin-wine-wechat
pkgver=3.2.1.154
wechat_installer=WeChatSetup
-deepinwechatver=2.9.5.41deepin7
+deepinwechatver=3.2.1.154deepin8
debpkgname="com.qq.weixin.deepin"
-pkgrel=1
+pkgrel=2
pkgdesc="Tencent WeChat on Deepin Wine(${debpkgname}) For Archlinux"
arch=("x86_64")
url="https://weixin.qq.com/"
@@ -17,9 +17,9 @@ _mirror="https://cdn-package-store6.deepin.com"
source=("$_mirror/appstore/pool/appstore/c/${debpkgname}/${debpkgname}_${deepinwechatver}_i386.deb"
"${wechat_installer}-${pkgver}.exe::https://dldir1.qq.com/weixin/Windows/${wechat_installer}.exe"
"run.sh")
-md5sums=('42794ec8f1e61407e670f1382a0d72db'
+md5sums=('3246f43cdfd2a4de9597d7018cb21753'
'ea0a150ac98d022e9c6054154f27ddb4'
- 'a5557c5b51e5ef5fba8c2264ad54e08e')
+ '5515d84e04edb5981a73aad44606589b')
build() {
msg "Extracting DPKG package ..."
diff --git a/README.md b/README.md
index 7557b05e0f94..55145922146f 100644
--- a/README.md
+++ b/README.md
@@ -246,6 +246,7 @@ bash $HOME/.deepinwine/deepin-wine-helper/sendkeys.sh w wechat 4
<details open>
<summary>2021</summary>
+* 2021-05-07 WeChat-3.2.1.154 3.2.1.154deepin8
* 2021-04-23 WeChat-3.2.1.154
* 2021-04-19 WeChat-3.2.1.151
* 2021-04-18 WeChat-3.2.1.141
diff --git a/run.sh b/run.sh
index f3e6a61f958c..0d6ec714a375 100755
--- a/run.sh
+++ b/run.sh
@@ -33,7 +33,7 @@ extract_archive()
}
BOTTLENAME="Deepin-WeChat"
-APPVER="2.9.5.41deepin7"
+APPVER="3.2.1.154deepin8"
WINEPREFIX="$HOME/.deepinwine/$BOTTLENAME"
WECHAT_VER="3.2.1.154"
EXEC_PATH="c:/Program Files/Tencent/WeChat/WeChat.exe"
@@ -106,6 +106,9 @@ Run()
if [ ! -f "$WINEPREFIX/reinstalled" ];then
touch $WINEPREFIX/reinstalled
env WINEDLLOVERRIDES="winemenubuilder.exe=d" $START_SHELL_PATH $BOTTLENAME $APPVER "$WECHAT_INSTALLER_PATH" "$@"
+ if [ $APPRUN_CMD = "deepin-wine5" ]; then
+ echo "5" > $WINEPREFIX/deepin
+ fi
else
$START_SHELL_PATH $BOTTLENAME $APPVER "$EXEC_PATH" "$@"
fi