Skip to content

Commit

Permalink
Upgrade deepin base package to 3.2.1.154deepin8
Browse files Browse the repository at this point in the history
Signed-off-by: Codist <[email protected]>
  • Loading branch information
vufa committed May 7, 2021
1 parent adcf0a1 commit 2c85dbe
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

8 changes: 4 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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 ..."
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2c85dbe

Please sign in to comment.