summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Duquesnoy2018-01-14 19:28:16 +0100
committerColin Duquesnoy2018-01-14 19:28:16 +0100
commit382d371f2d1935fabe8747c8b221a0a8d0b8f88e (patch)
tree44716ce2d196d9195bba7d4d6526d6b86248d787
parent020823ee4405714942abf5203c1406cce8661313 (diff)
downloadaur-382d371f2d1935fabe8747c8b221a0a8d0b8f88e.tar.gz
improve optdepends description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89ca5fd4870d..6c11baef538d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mellowplayer
pkgdesc = Open source and cross-platform desktop application that runs web-based music streaming services in its own window and provides integration with your desktop.
pkgver = 3.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
license = GPL
@@ -17,8 +17,8 @@ pkgbase = mellowplayer
depends = xdg-utils
depends = libnotify
depends = libevent
- optdepends = qt5-webengine-widevine: widevine DRM plugin
- optdepends = pepper-flash: needed for Deezer and Spotify
+ optdepends = qt5-webengine-widevine: DRM needed for Spotify
+ optdepends = pepper-flash: needed for Tidal and Deezer
source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/3.3.1.tar.gz
source = widevine-path.patch
md5sums = 9be9e5d3cc61c0472feb4d861d0cca51
diff --git a/PKGBUILD b/PKGBUILD
index c7dea124141d..b28c6ec31099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
pkgver=3.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Open source and cross-platform desktop application that runs web-based music streaming
services in its own window and provides integration with your desktop."
url='https://github.com/ColinDuquesnoy/MellowPlayer'
@@ -10,7 +10,7 @@ license=('GPL')
arch=('x86_64')
depends=('qt5-base' 'qt5-webengine' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-quickcontrols' 'qt5-translations' 'qt5-graphicaleffects' 'xdg-utils' 'libnotify' 'libevent')
makedepends=('qt5-tools' 'cmake')
-optdepends=( 'qt5-webengine-widevine: widevine DRM plugin' 'pepper-flash: needed for Deezer and Spotify')
+optdepends=( 'qt5-webengine-widevine: DRM needed for Spotify' 'pepper-flash: needed for Tidal and Deezer')
source=("https://github.com/ColinDuquesnoy/MellowPlayer/archive/${pkgver}.tar.gz"
"widevine-path.patch")
md5sums=('9be9e5d3cc61c0472feb4d861d0cca51'