aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsukaMinato2023-08-02 07:18:40 +0900
committerAsukaMinato2023-08-02 07:18:40 +0900
commit43b82726cc1b098f65ed3e17d01875ca8f2847a3 (patch)
tree1b65f251bd4cc78b7990170f1ff94553223c19dd
parentcd927b56e897e150685a2baa297cae5fa3bfd6c4 (diff)
downloadaur-43b82726cc1b098f65ed3e17d01875ca8f2847a3.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rwxr-xr-xrun.sh2
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b0545f5951b..462e5fcfc543 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.7.22085
+ pkgver = 3.4.8.22086
pkgrel = 1
url = https://tim.qq.com/
install = deepin-wine-tim.install
@@ -21,12 +21,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.7/TIM3.4.7.22085.exe
+ source = https://dldir1.qq.com/qqfile/qq/TIM3.4.8/TIM3.4.8.22086.exe
source = run.sh
source = share.7z
md5sums = 5fdc20e614d945bd2ba5251420872479
- md5sums = 14dc2421653fa25b7ba59c7045b52238
- md5sums = 6ff301d6b84b38fa7b14a60fc6502c0c
+ md5sums = 24a85ca7a58a41f3dc7d23af8ad79ca1
+ md5sums = 34ff454e4e9c73075c47554389bf0e54
md5sums = 479ae2a04a9c5dcc08c67c7b1395a944
pkgname = deepin-wine-tim
diff --git a/PKGBUILD b/PKGBUILD
index a655d58c2472..010b592170f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Aron Young <tkf6fkt at gmail dot com>
pkgname=deepin-wine-tim
-_pkgver=3.4.7
-pkgver="$_pkgver".22085
+_pkgver=3.4.8
+pkgver="$_pkgver".22086
_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'
- '14dc2421653fa25b7ba59c7045b52238'
- '6ff301d6b84b38fa7b14a60fc6502c0c'
+ '24a85ca7a58a41f3dc7d23af8ad79ca1'
+ '34ff454e4e9c73075c47554389bf0e54'
'479ae2a04a9c5dcc08c67c7b1395a944')
build() {
diff --git a/run.sh b/run.sh
index cc374d8b2402..1d50dd9a24a3 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.7.22085"
+TIM_VER="3.4.8.22086"
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"