diff --git a/.SRCINFO b/.SRCINFO index 0b6abd9..174bd21 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.0.0.57 - pkgrel = 2 + pkgver = 3.1.0.41 + pkgrel = 1 url = https://weixin.qq.com/ install = deepin-wine-wechat.install arch = x86_64 @@ -19,12 +19,12 @@ pkgbase = deepin-wine-wechat 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 = WeChatSetup-3.0.0.57.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe + source = WeChatSetup-3.1.0.41.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe source = run.sh source = shadow.exe md5sums = 42794ec8f1e61407e670f1382a0d72db - md5sums = 2b103d675a045a2ef68c23c6c7339471 - md5sums = bf9d0a8470367fbca23a7e13e83d1932 + md5sums = f70cc4e13389db2f033610ce21c9c71e + md5sums = f912adbb6ab0abea416c0fa444b605af md5sums = d83f1c3845f28abd81cbfd215089d3d8 pkgname = deepin-wine-wechat diff --git a/PKGBUILD b/PKGBUILD index 7385217..fa33745 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: Codist pkgname=deepin-wine-wechat -pkgver=3.0.0.57 +pkgver=3.1.0.41 wechat_installer=WeChatSetup deepinwechatver=2.9.5.41deepin7 debpkgname="com.qq.weixin.deepin" -pkgrel=2 +pkgrel=1 pkgdesc="Tencent WeChat on Deepin Wine(${debpkgname}) For Archlinux" arch=("x86_64") url="https://weixin.qq.com/" @@ -19,8 +19,8 @@ source=("$_mirror/appstore/pool/appstore/c/${debpkgname}/${debpkgname}_${deepinw "run.sh" "shadow.exe") md5sums=('42794ec8f1e61407e670f1382a0d72db' - '2b103d675a045a2ef68c23c6c7339471' - 'bf9d0a8470367fbca23a7e13e83d1932' + 'f70cc4e13389db2f033610ce21c9c71e' + 'f912adbb6ab0abea416c0fa444b605af' 'd83f1c3845f28abd81cbfd215089d3d8') build() { diff --git a/README.md b/README.md index e08ace7..672b7c3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Build Status - WeChat Version + WeChat Version AUR Version @@ -110,9 +110,10 @@ EXEC_PATH="c:/Program Files/Tencent/WeChat/WeChat.exe" ## 兼容性记录 -| 微信 | wine | 兼容性 | 备注 | deepin-wine | 兼容性 | 备注 | +| 版本 | wine | 兼容性 | 备注 | deepin-wine | 兼容性 | 备注 | | :--------: | :-----: | :--------: | :----------------------------------------------------------: | :---------: | :----: | :----------------------------------------------------------: | -| 3.0.0.57-2 | 5.22 | **不支持** | 不能启动:[#92](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/92) | 5.0.16-1 | 支持 | | +| 3.1.0.41-1 | 5.22 | 部分 | 截图功能不可用:[#73](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/73) | 5.0.16-1 | 支持 | | +| 3.0.0.57-2 | 5.22 | **不支持** | 微信安装程序不能启动:[#92](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/92) | 5.0.16-1 | 支持 | | | 3.0.0.57-1 | 5.19 | 支持 | | 2.18_24-3 | 支持 | | | 2.9.5.56 | 5.13 | 部分 | 发送图片有问题: [#42](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/42) | 2.18_24-3 | 部分 | 发送图片有问题: [#42](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/42) | | 2.9.5.41 | 5.11 | 部分 | 发送图片有问题: [#42](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/42) | 2.18_22-3 | 部分 | 发送图片有问题: [#42](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/42) | @@ -234,6 +235,7 @@ env WINEPREFIX="$HOME/.deepinwine/Deepin-WeChat" deepin-wine5 winecfg
2020 +* 2020-12-29 WeChat-3.1.0.41 * 2020-11-26 WeChat-3.0.0.57 2.9.5.41deepin7 * 2020-10-16 WeChat-3.0.0.57 * 2020-07-20 WeChat-2.9.5.56 diff --git a/run.sh b/run.sh index 031cb70..f8c60d7 100755 --- a/run.sh +++ b/run.sh @@ -35,7 +35,7 @@ extract_archive() BOTTLENAME="Deepin-WeChat" APPVER="2.9.5.41deepin7" WINEPREFIX="$HOME/.deepinwine/$BOTTLENAME" -WECHAT_VER="3.0.0.57" +WECHAT_VER="3.1.0.41" EXEC_PATH="c:/Program Files/Tencent/WeChat/WeChat.exe" START_SHELL_PATH="$HOME/.deepinwine/deepin-wine-helper/run_v3.sh" WECHAT_INSTALLER="WeChatSetup" @@ -77,6 +77,7 @@ SwitchToDeepinWine() fi done msg 0 "Redeploying app ..." + extract_archive "$ARCHIVE_FILE_DIR/helper_archive.7z" "$ARCHIVE_FILE_DIR/helper_archive.md5sum" "$SPECIFY_SHELL_DIR" $START_SHELL_PATH $BOTTLENAME $APPVER "$EXEC_PATH" -r echo "5" > $WINEPREFIX/deepin rm -f $WINEPREFIX/reinstalled