summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2021-02-04 23:53:09 +0800
committerYour Name2021-02-04 23:53:09 +0800
commite4bffcdfa4fc74b9edfacf843b309257a43378a3 (patch)
treec920c18f4b8b7ece6992577d073df27e4ca82598
parent71bc1148ef6103f2cb562a2267cd0b76caf76d92 (diff)
downloadaur-e4bffcdfa4fc74b9edfacf843b309257a43378a3.tar.gz
Fix StartupWMClass
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 509735785648..c978f88e6f8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lx-music
pkgdesc = 一个基于 electron 的音乐软件
pkgver = 1.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lyswhut/lx-music-desktop
arch = x86_64
license = Apache 2.0
diff --git a/PKGBUILD b/PKGBUILD
index 56f467520900..cc4951d54671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# This PKGBUILD is directly modified from aur/dingtalk
pkgname=lx-music
pkgver=1.7.1
-pkgrel=1
+pkgrel=2
pkgdesc='一个基于 electron 的音乐软件'
arch=('x86_64')
url='https://github.com/lyswhut/lx-music-desktop'
@@ -48,7 +48,7 @@ Exec=/usr/bin/lx-music
Terminal=false
Type=Application
Icon=lx-music
-StartupWMClass=lx-music
+StartupWMClass=lx-music-desktop
Categories=AudioVideo;Utility;
" > "$srcdir/lx-music.desktop"
install -Dm644 "$srcdir/lx-music.desktop" "$pkgdir/usr/share/applications/lx-music.desktop"