diff options
author | zxp19821005 | 2024-01-24 11:05:19 +0800 |
---|---|---|
committer | zxp19821005 | 2024-01-24 11:05:19 +0800 |
commit | 2285b31b6d0118328e83dd73df3eb0a1f6687956 (patch) | |
tree | a44635905c61cb679bb5aa478e30803692de1363 | |
parent | d02efb06ac7a6b0de1975bea284c919a1c6ef847 (diff) | |
download | aur-2285b31b6d0118328e83dd73df3eb0a1f6687956.tar.gz |
fix errors
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = deepin-wine-douyin pkgdesc = douyin,record beautify life;抖音,记录美好生活 pkgver = 3.3.1 - pkgrel = 1 + pkgrel = 2 url = https://www.douyin.com install = deepin-wine-douyin.install arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = deepin-wine-douyin 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.3.1.exe::https://sw.pcmgr.qq.com/ed3a076392d2482e1ba71ecca450f833/65ae2a86/spcmgr/download/douyin-v3.3.1-win32-ia32-tencent.exe + source = douyin-3.3.1.exe::https://sw.pcmgr.qq.com/006edab104388088dbcaf2ee1450f513/65b07dbd/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 @@ -5,7 +5,7 @@ _pkgname="com.${_appname}.spark" _providername=ByteDance pkgver=3.3.1 _sparkver=2.9.2spark7 -pkgrel=1 +pkgrel=2 pkgdesc="douyin,record beautify life;抖音,记录美好生活" arch=('x86_64') url="https://www.douyin.com" @@ -27,7 +27,7 @@ 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/ed3a076392d2482e1ba71ecca450f833/65ae2a86/spcmgr/download/${_appname}-v${pkgver}-win32-ia32-tencent.exe" + "${_appname}-${pkgver}.exe::https://sw.pcmgr.qq.com/006edab104388088dbcaf2ee1450f513/65b07dbd/spcmgr/download/${_appname}-v${pkgver}-win32-ia32-tencent.exe" "LICENSE.html::${url}/draft/douyin_agreement/douyin_agreement_user.html" "${pkgname}.install" "${pkgname}.sh" |