Package Details: yesplaymusic-electron 0.4.7-2

Git Clone URL: https://aur.archlinux.org/yesplaymusic-electron.git (read-only, click to copy)
Package Base: yesplaymusic-electron
Description: A third party music application for Netease Music. Using the system electron
Upstream URL: https://github.com/qier222/YesPlayMusic
Licenses: MIT
Conflicts: yesplaymusic
Provides: yesplaymusic
Submitter: Clansty
Maintainer: Clansty
Last Packager: Clansty
Votes: 1
Popularity: 0.000000
First Submitted: 2021-03-06 15:00 (UTC)
Last Updated: 2023-02-28 03:00 (UTC)

Latest Comments

yingyi commented on 2024-03-28 11:04 (UTC)

该包已经过期了,最新版本为0.4.8-2

kuohuanhuan commented on 2022-06-06 03:05 (UTC) (edited on 2022-06-06 03:05 (UTC) by kuohuanhuan)

Hmm... out-of-dated.
BTW the newest is now on v0.4.5.

yjun commented on 2022-02-16 11:22 (UTC) (edited on 2022-02-16 11:48 (UTC) by yjun)

依赖可以精简一下吧,大部分都是electron的依赖(?).

diff --git a/PKGBUILD b/PKGBUILD
index c591ecb..6630d52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,29 +2,14 @@

 pkgname=yesplaymusic-electron
 pkgver=0.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A third party music application for Netease Music. Using the system electron"
 arch=("any")
 url="https://github.com/qier222/YesPlayMusic"
 license=("MIT")
 depends=(
-    "gtk3"
-    "nss"
     "electron13"
 )
-optdepends=(
-    'c-ares'
-    'ffmpeg'
-    'http-parser'
-    'libevent'
-    'libvpx'
-    'libxslt'
-    'minizip'
-    're2'
-    'snappy'
-    'libnotify'
-    'libappindicator-gtk3'
-)
 provides=('yesplaymusic')
 conflicts=('yesplaymusic')
-replaces=('yesplaymusic')