Skip to content

Commit

Permalink
Upgrade wechat to 2.6.8.51
Browse files Browse the repository at this point in the history
Signed-off-by: CountStarlight <[email protected]>
  • Loading branch information
vufa committed May 29, 2019
1 parent 885bd3c commit acc43b3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = deepin-wine-wechat
pkgdesc = Tencent WeChat (com.wechat) on Deepin Wine For Archlinux
pkgver = 2.6.7.57
pkgrel = 2
pkgver = 2.6.8.51
pkgrel = 1
url = https://weixin.qq.com/
install = deepin-wine-wechat.install
arch = x86_64
Expand All @@ -24,7 +24,7 @@ pkgbase = deepin-wine-wechat
source = run.sh
source = reg.patch
md5sums = c66a173fe6817afd898e0061d9eaf42e
md5sums = dbadd15d78384c68d33b19819eaaa9fe
md5sums = fd1cac1c27a84cdc8c92f5e7b6f149a7
md5sums = 1470529573bf3f5721e22e91beb0218c
md5sums = 9c9d51ff585ff630473ce827159a8230

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/pkg/
/src/
/WeChat_*
/reg_tmp_fixed/
/reg_tmp/
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Maintainer: CountStarlight <[email protected]>

pkgname=deepin-wine-wechat
pkgver=2.6.7.57
pkgver=2.6.8.51
wechat_installer=WeChat_C1022
deepinwechatver=2.6.2.31deepin0
pkgrel=2
pkgrel=1
pkgdesc="Tencent WeChat (com.wechat) on Deepin Wine For Archlinux"
arch=("x86_64")
url="https://weixin.qq.com/"
Expand All @@ -18,7 +18,7 @@ source=("$_mirror/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_${deepinwe
"run.sh"
"reg.patch")
md5sums=('c66a173fe6817afd898e0061d9eaf42e'
'dbadd15d78384c68d33b19819eaaa9fe'
'fd1cac1c27a84cdc8c92f5e7b6f149a7'
'1470529573bf3f5721e22e91beb0218c'
'9c9d51ff585ff630473ce827159a8230')

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img src="https://travis-ci.org/countstarlight/deepin-wine-wechat-arch.svg?branch=master" alt="Build Status">
</a>
<a href="https://pc.weixin.qq.com/">
<img src="https://img.shields.io/badge/WeChat-2.6.7.57-blue.svg" alt="WeChat Version">
<img src="https://img.shields.io/badge/WeChat-2.6.8.51-blue.svg" alt="WeChat Version">
</a>
<a href="https://aur.archlinux.org/packages/deepin-wine-wechat/">
<img src="https://img.shields.io/aur/version/deepin-wine-wechat.svg" alt="AUR Version">
Expand All @@ -15,7 +15,7 @@
</a>
</p>

Deepin打包的微信(WeChat)容器移植到Archlinux,不依赖`deepin-wine`,微信安装包替换为官方最新
Deepin打包的微信(WeChat)容器移植到Archlinux,不依赖`deepin-wine`包含定制的注册表配置,微信安装包替换为官方最新

- [安装](#安装)
- [常见问题](#常见问题)
Expand All @@ -39,9 +39,9 @@ Deepin打包的微信(WeChat)容器移植到Archlinux,不依赖`deepin-wine`
+Include = /etc/pacman.d/mirrorlist
```

* 1.已添加到AUR [deepin-wine-wechat](https://aur.archlinux.org/packages/deepin-wine-wechat/)可直接安装:
* 1.已添加到AUR [deepin-wine-wechat](https://aur.archlinux.org/packages/deepin-wine-wechat/)可使用 `yay``yaourt` 安装:
```shell
yaourt deepin-wine-wechat
yay -S deepin-wine-wechat
```

* 2.手动安装
Expand Down Expand Up @@ -70,5 +70,6 @@ yaourt deepin-wine-wechat

## 更新日志

* 2019-05-29 WeChat-2.6.8.51
* 2019-04-03 WeChat-2.6.7.57
* 2019-01-03 WeChat-2.6.2

0 comments on commit acc43b3

Please sign in to comment.