aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCodist2021-06-14 22:00:32 +0800
committerCodist2021-06-14 22:00:32 +0800
commita6d1be2c9f76345bbb8cbd4e366a403d64b6793e (patch)
treec18bb2a5b1827ea2fe01a90236dda3581a90eefb
parent271e7022fc6bd19fa5126dc74c402b2393fb0fe0 (diff)
downloadaur-a6d1be2c9f76345bbb8cbd4e366a403d64b6793e.tar.gz
switch deepin cdn to 'cdn-package-store6.deepin.com'
Signed-off-by: Codist <countstarlight@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--.travis.yml42
-rw-r--r--PKGBUILD4
-rw-r--r--README.md6
-rwxr-xr-xrun.sh2
5 files changed, 8 insertions, 51 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04c8248cee25..a89c1831f0d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,14 +21,13 @@ pkgbase = deepin-wine-tim
conflicts = wine-tim
conflicts = deepin.com.qq.office
conflicts = deepin-tim-for-arch
- source = https://community-store-packages.deepin.com/appstore/pool/appstore/c/com.qq.im.deepin/com.qq.im.deepin_9.3.2deepin20_i386.deb
+ source = https://cdn-package-store6.deepin.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/PCTIM/TIM3.3.5/TIM3.3.5.22018.exe
source = run.sh
source = share.7z
md5sums = 5fdc20e614d945bd2ba5251420872479
md5sums = 1566952fcbc0db4841ddf93ea89428c6
- md5sums = 12f4b020b699ed85e5b1bb6d9108dc66
+ md5sums = a6cb0fd46a7ff78d889a961c4b97bfae
md5sums = 479ae2a04a9c5dcc08c67c7b1395a944
pkgname = deepin-wine-tim
-
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 0c27472bfea0..000000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-arch: amd64
-os: linux
-dist: focal
-
-services:
-- docker
-
-archlinux:
- repos:
- - archlinuxfr=http://repo.archlinux.fr/$arch
- packages:
- - p7zip
- - wine
- - wine-mono
- - wine-gecko
- - xorg-xwininfo
- - wqy-microhei
- - lib32-alsa-lib
- - lib32-alsa-plugins
- - lib32-libpulse
- - lib32-openal
- - lib32-mpg123
- - lib32-gnutls
- script:
- - "makepkg"
- - "./gen.sh -m"
-
-script:
-- "curl -s https://raw.githubusercontent.com/countstarlight/arch-travis/master/arch-travis.sh | bash"
-
-deploy:
- provider: releases
- skip_cleanup: true
- overwrite: true
- token: $GH_TOKEN
- file_glob: true
- file:
- - "deepin-wine-tim*.pkg*"
- on:
- tags: true
- all_branches: true
- repo: countstarlight/deepin-wine-tim-arch
diff --git a/PKGBUILD b/PKGBUILD
index c35e20f6a385..e486e5a4ea6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,14 +13,14 @@ license=('custom')
depends=('p7zip' 'wine' 'wine-mono' 'wine-gecko' 'xorg-xwininfo' 'wqy-microhei' 'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-libpulse' 'lib32-openal' 'lib32-mpg123' 'lib32-gnutls')
conflicts=('wine-tim' 'deepin.com.qq.office' 'deepin-tim-for-arch')
install="deepin-wine-tim.install"
-_mirror="https://community-store-packages.deepin.com"
+_mirror="https://cdn-package-store6.deepin.com"
source=("$_mirror/appstore/pool/appstore/c/${debpkgname}/${debpkgname}_${debpkgver}_i386.deb"
"https://dldir1.qq.com/qqfile/qq/PCTIM/TIM3.3.5/TIM${pkgver}.exe"
"run.sh"
"share.7z")
md5sums=('5fdc20e614d945bd2ba5251420872479'
'1566952fcbc0db4841ddf93ea89428c6'
- '12f4b020b699ed85e5b1bb6d9108dc66'
+ 'a6cb0fd46a7ff78d889a961c4b97bfae'
'479ae2a04a9c5dcc08c67c7b1395a944')
build() {
diff --git a/README.md b/README.md
index ab82fb451937..bf711abe7cda 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
========
<p align="center">
- <a href="https://travis-ci.org/countstarlight/deepin-wine-tim-arch">
- <img src="https://img.shields.io/travis/countstarlight/deepin-wine-tim-arch?&logo=travis&style=flat-square" alt="Build Status">
+ <a href="https://github.com/countstarlight/deepin-wine-tim-arch/actions">
+ <img src="https://img.shields.io/github/workflow/status/countstarlight/deepin-wine-tim-arch/CI/action?logo=github&style=flat-square" alt="Build Status">
</a>
<a href="https://office.qq.com/download.html">
<img src="https://img.shields.io/badge/TIM-3.3.5.22018-blue?style=flat-square" alt="TIM Version">
@@ -75,7 +75,7 @@ yay -S deepin-wine-tim
### 用安装包安装
-> 由 [Travis CI](https://travis-ci.org/countstarlight/deepin-wine-tim-arch) 在 Docker 容器 [countstarlight/arch-travis](https://hub.docker.com/r/countstarlight/arch-travis) 中自动构建的 ArchLinux 安装包
+> 由 [GitHub Action](https://github.com/countstarlight/deepin-wine-tim-arch/actions) 在 Docker 容器 [countstarlight/makepkg](https://hub.docker.com/repository/docker/countstarlight/makepkg) 中自动构建的 ArchLinux 安装包
在 [GitHub Release](https://github.com/countstarlight/deepin-wine-tim-arch/releases) 页面下载后缀为 `.pkg.tar.xz` 或 `.pkg.tar.zst` 的安装包,使用`pacman`安装:
diff --git a/run.sh b/run.sh
index ce5f769394a7..b47c046f8953 100755
--- a/run.sh
+++ b/run.sh
@@ -64,7 +64,7 @@ SwitchToDeepinWine()
msg 1 "Need to install 'yay' or 'yaourt' first." >&2
exit 1
else
- $PACKAGE_MANAGER="yaourt"
+ PACKAGE_MANAGER="yaourt"
fi
fi
for p in ${DEEPIN_WINE_DEPENDS}; do