aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsukaMinato2024-03-29 02:04:47 +0900
committerAsukaMinato2024-03-29 02:04:47 +0900
commit5d483b083a517ef3d41ca086ba9ff17645ff8f1a (patch)
treed14060c9aafa54d68a5db6610ecfe48bd218c42f
parent32230de8776b361046fcd6a8ae5f1cddb88e20bb (diff)
downloadaur-deepin-wine-tim.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rwxr-xr-xrun.sh2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d580d52e55b..97f955c1053f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deepin-wine-tim
pkgdesc = Tencent TIM on Deepin Wine5(com.qq.office.deepin) For Archlinux
- pkgver = 3.4.8.22124
+ pkgver = 3.4.8.22138
pkgrel = 1
url = https://tim.qq.com/
install = deepin-wine-tim.install
@@ -24,12 +24,12 @@ pkgbase = deepin-wine-tim
conflicts = deepin.com.qq.office
conflicts = deepin-tim-for-arch
source = https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.qq.im.deepin/com.qq.im.deepin_9.3.2deepin20_i386.deb
- source = https://dldir1.qq.com/qqfile/qq/TIM3.4.8/TIM3.4.8.22124.exe
+ source = https://dldir1.qq.com/qqfile/qq/TIM3.4.8/TIM3.4.8.22138.exe
source = run.sh
source = share.7z
md5sums = 5fdc20e614d945bd2ba5251420872479
- md5sums = c5d343138a89ee83ba0c7b1bcf46a73a
- md5sums = 9b2dcdf838bdc4b20141ec5229fb9a73
+ md5sums = 0cd4733d655f181f35c3ef1187b3c648
+ md5sums = 096f14578f07d91982f7437832821de4
md5sums = 479ae2a04a9c5dcc08c67c7b1395a944
pkgname = deepin-wine-tim
diff --git a/PKGBUILD b/PKGBUILD
index b7c1e8bb806c..c7ad573373c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=deepin-wine-tim
_pkgver=3.4.8
-pkgver="$_pkgver".22124
+pkgver="$_pkgver".22138
_debpkgver=9.3.2deepin20
_debpkgname="com.qq.im.deepin"
_timpkgname="com.qq.office.deepin"
@@ -22,8 +22,8 @@ source=("$_mirror/appstore/pool/appstore/c/${_debpkgname}/${_debpkgname}_${_debp
"run.sh"
"share.7z")
md5sums=('5fdc20e614d945bd2ba5251420872479'
- 'c5d343138a89ee83ba0c7b1bcf46a73a'
- '9b2dcdf838bdc4b20141ec5229fb9a73'
+ '0cd4733d655f181f35c3ef1187b3c648'
+ '096f14578f07d91982f7437832821de4'
'479ae2a04a9c5dcc08c67c7b1395a944')
build() {
diff --git a/run.sh b/run.sh
index fa8d363c81de..6f675d662cc9 100755
--- a/run.sh
+++ b/run.sh
@@ -13,7 +13,7 @@ BOTTLENAME="Deepin-TIM"
APPVER="9.3.2deepin20"
WINEPREFIX="$HOME/.deepinwine/$BOTTLENAME"
TIM_FONTS="$WINEPREFIX/drive_c/windows/Fonts"
-TIM_VER="3.4.8.22124"
+TIM_VER="3.4.8.22138"
EXEC_PATH="c:/Program Files/Tencent/TIM/Bin/TIM.exe"
EXEC_FILE="$WINEPREFIX/drive_c/Program Files/Tencent/TIM/Bin/TIM.exe"
START_SHELL_PATH="/opt/deepinwine/tools/run_v4.sh"