summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2019-12-27 16:43:26 +0100
committerColinDuquesnoy2019-12-27 16:43:26 +0100
commit8cbae780fdf0f07d4a38caddfd00a669000750e7 (patch)
treec521613a9c520797eccd83349027931798aecea8
parent0b7ceec1c412fd93681860634d69b60929d6dd79 (diff)
downloadaur-8cbae780fdf0f07d4a38caddfd00a669000750e7.tar.gz
mellowplayer 3.5.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61fa62f07ff6..02727dcaa31f 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.5.6
+ pkgver = 3.5.7
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.5.6/MellowPlayer-3.5.6.tar.gz
+ source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.5.7/MellowPlayer-3.5.7.tar.gz
source = widevine-path.patch
- md5sums = 0ea76ba0cb79a16071f918ced0d8c1db
+ md5sums = 2c5df697f3c8ea50d9bb7c33fd9f78a9
md5sums = 67f8c5c6af4b770a4017a5ca9f137b90
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 327da66b3778..9ca50af2e49c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
_pkgname=MellowPlayer
-pkgver=3.5.6
+pkgver=3.5.7
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,9 +14,8 @@ 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=('0ea76ba0cb79a16071f918ced0d8c1db'
+md5sums=('2c5df697f3c8ea50d9bb7c33fd9f78a9'
'67f8c5c6af4b770a4017a5ca9f137b90')
-
prepare() {
cd $srcdir/MellowPlayer-${pkgver}
patch -Np1 -i "${srcdir}/widevine-path.patch" "$srcdir/MellowPlayer-${pkgver}/src/main/share/applications/mellowplayer.desktop"