summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSukanka2021-07-09 08:59:25 +0800
committerSukanka2021-07-09 08:59:25 +0800
commit116a56102a72bf59a17c7ca976203a29173d87c5 (patch)
tree16df53f13208865bf12e79b56980bb774aafe9aa
parente2684c80a008c0b3799501d3c0a46408af1e3cce (diff)
downloadaur-116a56102a72bf59a17c7ca976203a29173d87c5.tar.gz
merge JoveYu-2021-07-07
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cef703ef7338..0db131cf8d75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qqmusic-bin
pkgdesc = tencent qq music
pkgver = 1.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://y.qq.com/
arch = x86_64
license = CC0-1.0
diff --git a/PKGBUILD b/PKGBUILD
index 32a19d44759a..276dbade1904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qqmusic-bin
_pkgname=qqmusic
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="tencent qq music"
arch=("x86_64")
url="https://y.qq.com/"
@@ -23,7 +23,7 @@ package(){
mkdir -p "${pkgdir}"/usr/bin
ln -s /opt/qqmusic/qqmusic "${pkgdir}"/usr/bin/qqmusic
cd $pkgdir/usr/share/applications/
- sed -i '3c Exec=qqmusic %U' qqmusic.desktop
+ sed -i '3c Exec=sh -c "qqmusic %U && killall dbus-monitor"' qqmusic.desktop
# sed -i '7c StartupWMClass=qqmusic' qqmusic.desktop
sed -i 's|QQmusic|qqmusic|g' qqmusic.desktop
sed -i 'N;2aName[zh_CN]=QQ音乐' qqmusic.desktop