summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2020-04-27 12:20:07 +0200
committerColinDuquesnoy2020-04-27 12:20:07 +0200
commitb8cc1d401098ced41213d3b9f431f0903b4a6007 (patch)
tree92622d756860dcedab0b588837393961ff715759
parentfdf5c68eddeb39db0abe6c1c60bef65e9aa03247 (diff)
downloadaur-b8cc1d401098ced41213d3b9f431f0903b4a6007.tar.gz
MellowPlayer 3.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c3cc5477afd..3763cef8999b 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.1
+ pkgver = 3.6.2
pkgrel = 1
url = https://gitlab.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
@@ -23,9 +23,9 @@ pkgbase = mellowplayer
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.1/MellowPlayer-3.6.1.tar.gz
+ source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.6.2/MellowPlayer-3.6.2.tar.gz
source = widevine-path.patch
- md5sums = 9fd7f866191f0fe4d564aca3dd110637
+ md5sums = e490e5e9b7871faeb01f700bbfa24821
md5sums = 67f8c5c6af4b770a4017a5ca9f137b90
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 8203950de697..36af1ad33023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
_pkgname=MellowPlayer
-pkgver=3.6.1
+pkgver=3.6.2
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."
@@ -14,7 +14,7 @@ makedepends=('qt5-tools' 'cmake' 'mesa' 'ninja' 'pkgconf')
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=('9fd7f866191f0fe4d564aca3dd110637'
+md5sums=('e490e5e9b7871faeb01f700bbfa24821'
'67f8c5c6af4b770a4017a5ca9f137b90')
prepare() {