summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYidaozhan Ya2023-06-25 22:10:08 +0800
committerYidaozhan Ya2023-06-25 22:10:08 +0800
commitcc263a0e6f5881292cc3662d2ef983e6a8b003a1 (patch)
treeb821f98de385c412845a94c185da6df96fc5f52f
parent96152feb8f4fccde579263eeb3f7446ac008c881 (diff)
downloadaur-cc263a0e6f5881292cc3662d2ef983e6a8b003a1.tar.gz
[opt] 在安装后消息中添加下载目录的提示
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--linuxqq-nt-bwrap.install6
3 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3edff26d020..1aa3ebb3bdb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linuxqq-nt-bwrap
pkgdesc = New Linux QQ based on Electron, with bubblewrap sandbox and some tweaks
pkgver = 3.1.2_13107
- pkgrel = 2
+ pkgrel = 3
url = https://im.qq.com/linuxqq/index.shtml
install = linuxqq-nt-bwrap.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9dbd43bb1fae..d483f0b9300a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _update_pkgver_hash=c893f6be
pkgname=linuxqq-nt-bwrap
pkgver="${_update_pkgver}"
-pkgrel=2
+pkgrel=3
pkgdesc="New Linux QQ based on Electron, with bubblewrap sandbox and some tweaks"
arch=('x86_64' 'aarch64') # 龙架构版本停留在 3.1.0 未更新,故不纳入此包中
url='https://im.qq.com/linuxqq/index.shtml'
diff --git a/linuxqq-nt-bwrap.install b/linuxqq-nt-bwrap.install
index 61b2f118d251..22e600fed107 100644
--- a/linuxqq-nt-bwrap.install
+++ b/linuxqq-nt-bwrap.install
@@ -1,7 +1,4 @@
# Colored makepkg-like functions
-msg_blue() {
- printf "${blue}==>${bold} $1${all_off}\n"
-}
note() {
printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
@@ -13,7 +10,8 @@ blue="${bold}$(tput setaf 4)"
yellow="${bold}$(tput setaf 3)"
post_install() {
- note "Custom flags should be put directly in: ~/.config/qq-electron-flags.conf"
+ note "要传递给 electron 的自定义参数应该写在: ~/.config/qq-electron-flags.conf"
+ note "通过此包安装的 QQ 在下载文件时,应使用「另存为」,另存为到「下载」文件夹,而不要直接点击「下载」。"
}
post_upgrade() {