aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVufa2021-10-25 14:04:51 +0800
committerVufa2021-10-25 14:04:51 +0800
commit3f39071a66d706014819bd1675c3062b1d7daedc (patch)
treefe0cb3f2490a9526992a0375a39f8e613d0bb5cd
parentd005a482d34e58c9d7f95cb91ded814511efd53a (diff)
downloadaur-3f39071a66d706014819bd1675c3062b1d7daedc.tar.gz
add 'noto-fonts-cjk' to depends
Signed-off-by: Vufa <countstarlight@gmail.com>
-rw-r--r--.travis.yml42
-rw-r--r--deepin-wine-wechat.install6
2 files changed, 3 insertions, 45 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 6f46b7455621..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-libldap
- 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-wechat*.pkg*"
- on:
- tags: true
- all_branches: true
- repo: countstarlight/deepin-wine-wechat-arch
diff --git a/deepin-wine-wechat.install b/deepin-wine-wechat.install
index c0d902a22c43..53e86b9157b1 100644
--- a/deepin-wine-wechat.install
+++ b/deepin-wine-wechat.install
@@ -1,11 +1,11 @@
info() {
echo -e "\033[0;34m============================提示/INFO==============================="
echo -e "* 反馈问题(Report issue):"
- echo -e " https://github.com/countstarlight/deepin-wine-wechat-arch/issues"
+ echo -e " https://github.com/vufa/deepin-wine-wechat-arch/issues"
echo -e "* 切换到 'deepin-wine'(Switch to 'deepin-wine'):"
- echo -e " https://github.com/countstarlight/deepin-wine-wechat-arch"
+ echo -e " https://github.com/vufa/deepin-wine-wechat-arch"
echo -e "* 安装包下载(Installation package download):"
- echo -e " https://github.com/countstarlight/deepin-wine-wechat-arch/releases"
+ echo -e " https://github.com/vufa/deepin-wine-wechat-arch/releases"
echo -e "====================================================================\033[0m"
}
post_install() {