aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVufa2021-11-12 12:56:24 +0800
committerVufa2021-11-12 12:56:24 +0800
commit803f2c53fa0b3fa3959f12849216fe86d5955551 (patch)
tree05f6609ee65d529633e42d30709c51cb33418f96
parent9f9b8424357d715bba77dce58c9a97afaac01d4f (diff)
downloadaur-803f2c53fa0b3fa3959f12849216fe86d5955551.tar.gz
Upgrade deepin base package to 3.2.1.154deepin14.
Signed-off-by: Vufa <countstarlight@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--README.md1
-rwxr-xr-xrun.sh2
4 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc88897e6393..eddbd02a961e 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.4.0.38
- pkgrel = 2
+ pkgrel = 3
url = https://weixin.qq.com/
install = deepin-wine-wechat.install
arch = x86_64
@@ -19,13 +19,13 @@ pkgbase = deepin-wine-wechat
depends = lib32-libldap
optdepends = noto-fonts-sc: Needed for display some Chinese fonts
conflicts = deepin-wechat
- source = https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.qq.weixin.deepin/com.qq.weixin.deepin_3.2.1.154deepin13_i386.deb
+ source = https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.qq.weixin.deepin/com.qq.weixin.deepin_3.2.1.154deepin14_i386.deb
source = WeChatSetup-3.4.0.38.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
source = run.sh
source = reg.patch
- md5sums = 1cc7cfc9f77f60147f476121bd9e7542
+ md5sums = b48cd3c089b7c2bb7b68aba018b306b1
md5sums = a9b96f879714fca41f03c84714c965ec
- md5sums = b73a090b2c918b8ce3feb7dbc03bc092
+ md5sums = 8f8a42f794a54a6b78fb6d829d1a4894
md5sums = f3257f8fc9e73ea88b3a46372634f82f
pkgname = deepin-wine-wechat
diff --git a/PKGBUILD b/PKGBUILD
index 43d86d24f651..27b85b78d703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=deepin-wine-wechat
pkgver=3.4.0.38
wechat_installer=WeChatSetup
-deepinwechatver=3.2.1.154deepin13
+deepinwechatver=3.2.1.154deepin14
debpkgname="com.qq.weixin.deepin"
-pkgrel=2
+pkgrel=3
pkgdesc="Tencent WeChat on Deepin Wine(${debpkgname}) For Archlinux"
arch=("x86_64")
url="https://weixin.qq.com/"
@@ -19,9 +19,9 @@ source=("$_mirror/appstore/pool/appstore/c/${debpkgname}/${debpkgname}_${deepinw
"${wechat_installer}-${pkgver}.exe::https://dldir1.qq.com/weixin/Windows/${wechat_installer}.exe"
"run.sh"
"reg.patch")
-md5sums=('1cc7cfc9f77f60147f476121bd9e7542'
+md5sums=('b48cd3c089b7c2bb7b68aba018b306b1'
'a9b96f879714fca41f03c84714c965ec'
- 'b73a090b2c918b8ce3feb7dbc03bc092'
+ '8f8a42f794a54a6b78fb6d829d1a4894'
'f3257f8fc9e73ea88b3a46372634f82f')
build() {
diff --git a/README.md b/README.md
index cf5d7cf52773..b08fadc5232d 100644
--- a/README.md
+++ b/README.md
@@ -236,6 +236,7 @@ sudo pacman -Rns deepin-wine-wechat
<details open>
<summary>2021</summary>
+* 2021-11-12 WeChat-3.4.0.38 3.2.1.154deepin14
* 2021-10-21 WeChat-3.4.0.38
* 2021-08-29 WeChat-3.3.5.50
* 2021-08-25 WeChat-3.3.5.42 3.2.1.154deepin13
diff --git a/run.sh b/run.sh
index 59dc93e1c427..4f5af9956fe6 100755
--- a/run.sh
+++ b/run.sh
@@ -10,7 +10,7 @@
version_gt() { test "$(echo "$@" | tr " " "\n" | sort -V | head -n 1)" != "$1"; }
BOTTLENAME="Deepin-WeChat"
-APPVER="3.2.1.154deepin13"
+APPVER="3.2.1.154deepin14"
WINEPREFIX="$HOME/.deepinwine/$BOTTLENAME"
WECHAT_VER="3.4.0.38"
EXEC_PATH="c:/Program Files/Tencent/WeChat/WeChat.exe"