summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-01-22 16:46:58 +0800
committerzxp198210052024-01-22 16:46:58 +0800
commitd02efb06ac7a6b0de1975bea284c919a1c6ef847 (patch)
treeb4877fb61d9394aea85cfec46bc7cd6f9b5d9911
parent8638b126a928590dd909721473f667b5204fedd0 (diff)
downloadaur-d02efb06ac7a6b0de1975bea284c919a1c6ef847.tar.gz
update to 3.3.1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4ebe0034160..e7e6b670dd61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,27 @@
pkgbase = deepin-wine-douyin
pkgdesc = douyin,record beautify life;抖音,记录美好生活
- pkgver = 3.1.1
- pkgrel = 2
+ pkgver = 3.3.1
+ pkgrel = 1
url = https://www.douyin.com
install = deepin-wine-douyin.install
arch = x86_64
- license = custom
+ license = LicenseRef-custom
makedepends = p7zip
depends = deepin-wine6-stable
depends = spark-dwine-helper
depends = xdg-utils
- depends = sh
optdepends = wqy-microhei
optdepends = wqy-zenhei
conflicts = douyin
source = com.douyin.spark_2.9.2spark7_i386.deb::https://mirrors.sdu.edu.cn/spark-store//store/video/com.douyin.spark/com.douyin.spark_2.9.2spark7_all.deb
- source = douyin-3.1.1.exe::https://sw.pcmgr.qq.com/ca75e0758b378d91d9e138495127f8a1/657ade18/spcmgr/download/douyin-v3.1.1-win32-ia32-tencent.exe
+ source = douyin-3.3.1.exe::https://sw.pcmgr.qq.com/ed3a076392d2482e1ba71ecca450f833/65ae2a86/spcmgr/download/douyin-v3.3.1-win32-ia32-tencent.exe
source = LICENSE.html::https://www.douyin.com/draft/douyin_agreement/douyin_agreement_user.html
+ source = deepin-wine-douyin.install
source = deepin-wine-douyin.sh
sha256sums = f5bb3df57822718590e0bc432ed33f1548350add863a11e6a39058ea784c7c17
- sha256sums = 2896afc36b7817dbd6e1000af4e27c0aa088f2144d4462d99b6f6329bca289ea
+ sha256sums = 7e210b64495ba8a6d1734636079de19e757bc2a292775caecc2c4349e3bff688
sha256sums = 80d1bfb7a530d4497e8be2305e2ee662a25c4d6bc2e8f1b3a24642eec7efd054
+ sha256sums = e0f6a619e8bf2e30ce115bb4cef48a0e6635e93a324ed280bd9d5f39d7f42cd9
sha256sums = ab98d48487a4682e7e01f05f0f6333f35d8fef346d568f916d0c052e5198f05d
pkgname = deepin-wine-douyin
diff --git a/PKGBUILD b/PKGBUILD
index ffadcc25545b..911358def759 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,18 @@ _appname=douyin
pkgname="deepin-wine-${_appname}"
_pkgname="com.${_appname}.spark"
_providername=ByteDance
-pkgver=3.1.1
+pkgver=3.3.1
_sparkver=2.9.2spark7
-pkgrel=2
+pkgrel=1
pkgdesc="douyin,record beautify life;抖音,记录美好生活"
arch=('x86_64')
url="https://www.douyin.com"
_downurl="https://pc.qq.com"
-license=('custom')
+license=('LicenseRef-custom')
depends=(
'deepin-wine6-stable'
'spark-dwine-helper'
'xdg-utils'
- 'sh'
)
makedepends=(
'p7zip'
@@ -28,13 +27,15 @@ conflicts=("${_appname}")
install="${pkgname}.install"
source=(
"${_pkgname}_${_sparkver}_i386.deb::https://mirrors.sdu.edu.cn/spark-store//store/video/${_pkgname}/${_pkgname}_${_sparkver}_all.deb"
- "${_appname}-${pkgver}.exe::https://sw.pcmgr.qq.com/ca75e0758b378d91d9e138495127f8a1/657ade18/spcmgr/download/${_appname}-v${pkgver}-win32-ia32-tencent.exe"
+ "${_appname}-${pkgver}.exe::https://sw.pcmgr.qq.com/ed3a076392d2482e1ba71ecca450f833/65ae2a86/spcmgr/download/${_appname}-v${pkgver}-win32-ia32-tencent.exe"
"LICENSE.html::${url}/draft/douyin_agreement/douyin_agreement_user.html"
+ "${pkgname}.install"
"${pkgname}.sh"
)
sha256sums=('f5bb3df57822718590e0bc432ed33f1548350add863a11e6a39058ea784c7c17'
- '2896afc36b7817dbd6e1000af4e27c0aa088f2144d4462d99b6f6329bca289ea'
+ '7e210b64495ba8a6d1734636079de19e757bc2a292775caecc2c4349e3bff688'
'80d1bfb7a530d4497e8be2305e2ee662a25c4d6bc2e8f1b3a24642eec7efd054'
+ 'e0f6a619e8bf2e30ce115bb4cef48a0e6635e93a324ed280bd9d5f39d7f42cd9'
'ab98d48487a4682e7e01f05f0f6333f35d8fef346d568f916d0c052e5198f05d')
build() {
sed "s|@bottlename@|Deepin-${_appname}|g" -i "${srcdir}/${pkgname}.install"