aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsukaMinato2023-08-28 02:42:40 +0900
committerAsukaMinato2023-08-28 02:42:40 +0900
commit1439c9d3c740925d82db27891b4822979f30e990 (patch)
treec3e8e94febbb0a9a48d14e3fcdcfa3dcb4e68e0f
parent43b82726cc1b098f65ed3e17d01875ca8f2847a3 (diff)
downloadaur-1439c9d3c740925d82db27891b4822979f30e990.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 462e5fcfc543..2bcf9cd63bc5 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.22086
+ pkgver = 3.4.8.22092
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.8/TIM3.4.8.22086.exe
+ source = https://dldir1.qq.com/qqfile/qq/TIM3.4.8/TIM3.4.8.22092.exe
source = run.sh
source = share.7z
md5sums = 5fdc20e614d945bd2ba5251420872479
- md5sums = 24a85ca7a58a41f3dc7d23af8ad79ca1
- md5sums = 34ff454e4e9c73075c47554389bf0e54
+ md5sums = 9d1eb0780c8ea41c3f3180cce6d5663f
+ md5sums = edea06578ee76f9563f83d67d9e33cc6
md5sums = 479ae2a04a9c5dcc08c67c7b1395a944
pkgname = deepin-wine-tim
diff --git a/PKGBUILD b/PKGBUILD
index 010b592170f7..f1d083fc9a37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=deepin-wine-tim
_pkgver=3.4.8
-pkgver="$_pkgver".22086
+pkgver="$_pkgver".22092
_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'
- '24a85ca7a58a41f3dc7d23af8ad79ca1'
- '34ff454e4e9c73075c47554389bf0e54'
+ '9d1eb0780c8ea41c3f3180cce6d5663f'
+ 'edea06578ee76f9563f83d67d9e33cc6'
'479ae2a04a9c5dcc08c67c7b1395a944')
build() {
diff --git a/run.sh b/run.sh
index 1d50dd9a24a3..40a89de5c292 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.22086"
+TIM_VER="3.4.8.22092"
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"