diff --git a/.SRCINFO b/.SRCINFO index 7496e80..77c2330 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = deepin-wine-wechat pkgdesc = Tencent WeChat on Deepin Wine(com.qq.weixin.deepin) For Archlinux - pkgver = 3.1.0.72 + pkgver = 3.2.1.127 pkgrel = 1 url = https://weixin.qq.com/ install = deepin-wine-wechat.install @@ -19,11 +19,11 @@ 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.1.0.72.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe + source = WeChatSetup-3.2.1.127.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe source = run.sh md5sums = 42794ec8f1e61407e670f1382a0d72db - md5sums = c09d13e6effb9c85d731837e553df0fa - md5sums = b4b4893ab28204f7c24c1c8a888e9801 + md5sums = 2abe12331bb9ff7fe01a2d95ad4bd33f + md5sums = 467c69c9144ceee7f3d3c0e7d161db3f pkgname = deepin-wine-wechat diff --git a/PKGBUILD b/PKGBUILD index 294d4c5..ecb687b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Codist pkgname=deepin-wine-wechat -pkgver=3.1.0.72 +pkgver=3.2.1.127 wechat_installer=WeChatSetup deepinwechatver=2.9.5.41deepin7 debpkgname="com.qq.weixin.deepin" @@ -18,8 +18,8 @@ source=("$_mirror/appstore/pool/appstore/c/${debpkgname}/${debpkgname}_${deepinw "${wechat_installer}-${pkgver}.exe::https://dldir1.qq.com/weixin/Windows/${wechat_installer}.exe" "run.sh") md5sums=('42794ec8f1e61407e670f1382a0d72db' - 'c09d13e6effb9c85d731837e553df0fa' - 'b4b4893ab28204f7c24c1c8a888e9801') + '2abe12331bb9ff7fe01a2d95ad4bd33f' + '467c69c9144ceee7f3d3c0e7d161db3f') build() { msg "Extracting DPKG package ..." diff --git a/README.md b/README.md index 721e5c6..34a1e26 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Build Status - WeChat Version + WeChat Version AUR Version @@ -122,6 +122,7 @@ dpi,目录映射等可以在 `winecfg` 进行设置,打开 `winecfg` 的命 | 微信 | wine | 兼容性 | 备注 | deepin-wine | 兼容性 | 备注 | | :-------: | :-----: | :--------: | :----------------------------------------------------------: | :---------: | :----: | :----------------------------------------------------------: | +| 3.2.1.127 | 6.5 | 部分 | | 5.0.16-1 | 支持 | | | 3.1.0.72 | 6.0 | 部分 | 截图功能不可用:[#73](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/73) | 5.0.16-1 | 支持 | | | 3.1.0.41 | 5.22 | 部分 | 截图功能不可用:[#73](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/73) | 5.0.16-1 | 支持 | | | 3.0.0.57 | 5.22 | **不支持** | 微信安装程序不能启动:[#92](https://github.com/countstarlight/deepin-wine-wechat-arch/issues/92) | 5.0.16-1 | 支持 | | @@ -246,6 +247,7 @@ bash $HOME/.deepinwine/deepin-wine-helper/sendkeys.sh w wechat 4
2021 +* 2021-04-02 WeChat-3.2.1.127 * 2021-01-29 WeChat-3.1.0.72
diff --git a/run.sh b/run.sh index 68a8de7..d15e4ca 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.1.0.72" +WECHAT_VER="3.2.1.127" EXEC_PATH="c:/Program Files/Tencent/WeChat/WeChat.exe" START_SHELL_PATH="$HOME/.deepinwine/deepin-wine-helper/run_v3.sh" WECHAT_INSTALLER="WeChatSetup"