summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2019-05-19 18:59:01 +0200
committerColinDuquesnoy2019-05-19 18:59:01 +0200
commit559c9518e77006f5fa8ce3d22194d876ac5795c1 (patch)
treef50b75d8c8d37d1f5a411237857b9039edb37364
parent27a677401818852898ad14ba888507a9371e2082 (diff)
downloadaur-559c9518e77006f5fa8ce3d22194d876ac5795c1.tar.gz
MellowPlayer 3.5.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7708644be961..69cfbdd90c65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
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.5.3
+ pkgver = 3.5.4
pkgrel = 1
- url = https://github.com/ColinDuquesnoy/MellowPlayer
+ url = https://gitlab.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
license = GPL
makedepends = qt5-tools
@@ -19,11 +19,11 @@ pkgbase = mellowplayer
depends = xdg-utils
depends = libnotify
depends = libevent
- optdepends = qt5-webengine-widevine: DRM needed for Spotify and Amazon Music
+ optdepends = chromium-widevine: DRM needed for Spotify and Amazon Music
optdepends = pepper-flash: needed for Tidal
- source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.5.3/MellowPlayer-3.5.3.tar.gz
+ source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.5.4/MellowPlayer-3.5.4.tar.gz
source = widevine-path.patch
- md5sums = 4a6f6d7207664716938b3c9af5ff9194
+ md5sums = 79831b0d11c592e3d21df525b87a1e69
md5sums = 67f8c5c6af4b770a4017a5ca9f137b90
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 20925f2eb83c..ff9b2441a25b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
_pkgname=MellowPlayer
-pkgver=3.5.3
+pkgver=3.5.4
pkgrel=1
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'
+url='https://gitlab.com/ColinDuquesnoy/MellowPlayer'
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' 'mesa' 'ninja')
-optdepends=( 'qt5-webengine-widevine: DRM needed for Spotify and Amazon Music' 'pepper-flash: needed for Tidal')
+optdepends=( 'chromium-widevine: DRM needed for Spotify and Amazon Music' 'pepper-flash: needed for Tidal')
source=("https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/${pkgver}/MellowPlayer-${pkgver}.tar.gz"
"widevine-path.patch")
-md5sums=('4a6f6d7207664716938b3c9af5ff9194'
+md5sums=('79831b0d11c592e3d21df525b87a1e69'
'67f8c5c6af4b770a4017a5ca9f137b90')
prepare() {