aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVufa2022-12-01 14:20:41 +0800
committerVufa2022-12-01 14:20:41 +0800
commitbe7b0d2f70894965ae452c3ef44563b7d8b961f7 (patch)
tree3d8b4560217b9aa5cd641f042cede49bed654a54 /PKGBUILD
parent062e1a8fa815b454f7d168075eb8fb25cb9851a8 (diff)
downloadaur-be7b0d2f70894965ae452c3ef44563b7d8b961f7.tar.gz
wechatplayer work
Signed-off-by: Vufa <countstarlight@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c969c80ee722..29c1951ae5db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=3.8.0.41
wechat_installer=WeChatSetup
deepinwechatver=3.4.0.38deepin6
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/"
@@ -27,7 +27,7 @@ md5sums=('6c4edb108a0593bab7a556a6c9e8a012'
'd841406c6a892707904029953266ad41'
'cf87ad9db0bf279ddf9e5c1dce64a716'
'89b10711889f52ab0a386f37b4eb3212'
- '18dd3e7fca1533923d87cdb0a1b29bbd'
+ '8ff0cb8e9c126641593ee8d31b94042b'
'05b05416ef1fa4e1baaf64736e15a057')
build() {
@@ -46,8 +46,8 @@ build() {
7z x -aoa "${srcdir}/dpkgdir/opt/apps/${debpkgname}/files/files.7z" -o"${srcdir}/deepinwechatdir"
msg "Cleaning up the original package directory ..."
rm -r "${srcdir}/deepinwechatdir/drive_c/Program Files/Tencent/WeChat"
- msg "Patching reg files ..."
- patch -p1 -d "${srcdir}/deepinwechatdir/" < "${srcdir}/reg.patch"
+ #msg "Patching reg files ..."
+ #patch -p1 -d "${srcdir}/deepinwechatdir/" < "${srcdir}/reg.patch"
msg "Creating font file link ..."
ln -sf "/usr/share/fonts/wenquanyi/wqy-microhei/wqy-microhei.ttc" "${srcdir}/deepinwechatdir/drive_c/windows/Fonts/wqy-microhei.ttc"
msg "Copying latest WeChat installer to ${srcdir}/deepinwechatdir/drive_c/Program Files/Tencent/ ..."