summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2020-09-13 15:06:21 +0200
committerColinDuquesnoy2020-09-13 15:06:21 +0200
commit350f2bdf0ba54c052d9d99ff458c532b545538ee (patch)
treefe928147fb771ebfccfbc0bdba77d1dbac7c1245
parent5fcad8f39f7b04aa6822a5de0088aaf5c849c1d0 (diff)
downloadaur-350f2bdf0ba54c052d9d99ff458c532b545538ee.tar.gz
MellowPlayer 3.6.6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cf2160e3005..da93606473e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.6.5
+ pkgver = 3.6.6
pkgrel = 0
url = https://gitlab.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
@@ -21,10 +21,9 @@ pkgbase = mellowplayer
depends = xdg-utils
depends = libnotify
depends = libevent
- optdepends = chromium-widevine: DRM needed for Spotify and Amazon Music
- optdepends = pepper-flash: needed for Tidal
- source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.6.5/MellowPlayer-3.6.5.tar.gz
- md5sums = 0135a0412d26dc907770b803e6f10e7d
+ optdepends = chromium-widevine: DRM needed for Spotify, Tidal, Amazon Music,...
+ source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.6.6/MellowPlayer-3.6.6.tar.gz
+ md5sums = 2035ab90df8185a11faa6c7042723ec3
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index e8ac84626ea3..a20bb9d7ee95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
_pkgname=MellowPlayer
-pkgver=3.6.5
+pkgver=3.6.6
pkgrel=0
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."
@@ -11,9 +11,9 @@ license=('GPL')
arch=('x86_64' 'aarch64')
depends=('qt5-base' 'qt5-webengine' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-quickcontrols' 'qt5-translations' 'qt5-graphicaleffects' 'xdg-utils' 'libnotify' 'libevent')
makedepends=('qt5-tools' 'cmake' 'mesa' 'ninja' 'pkgconf')
-optdepends=( 'chromium-widevine: DRM needed for Spotify and Amazon Music' 'pepper-flash: needed for Tidal')
+optdepends=( 'chromium-widevine: DRM needed for Spotify, Tidal, Amazon Music,...')
source=("https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/${pkgver}/MellowPlayer-${pkgver}.tar.gz")
-md5sums=('0135a0412d26dc907770b803e6f10e7d')
+md5sums=('2035ab90df8185a11faa6c7042723ec3')
build() {
cd $srcdir/MellowPlayer-${pkgver}