summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2020-01-18 17:48:44 +0100
committerColinDuquesnoy2020-01-18 17:48:44 +0100
commitf69fc34ec9e2b788b196c5cbb34023466919f3c6 (patch)
tree34b218fe6d14680d4dd6b32e928d5a92484380a6
parent7bba94f6f62d8fc693c5374a60a159731ef9dbad (diff)
downloadaur-f69fc34ec9e2b788b196c5cbb34023466919f3c6.tar.gz
mellowplayer 3.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb1e94e24715..f84ef7129b09 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.8
+ pkgver = 3.5.9
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.8/MellowPlayer-3.5.8.tar.gz
+ source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.5.9/MellowPlayer-3.5.9.tar.gz
source = widevine-path.patch
- md5sums = 1b66c635d1a61882201b5291453538d7
+ md5sums = 9e7080141859c4cd1dbb3c1989dcc0a8
md5sums = 67f8c5c6af4b770a4017a5ca9f137b90
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 46f8e1cd4acf..57ad89ec8aab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
_pkgname=MellowPlayer
-pkgver=3.5.8
+pkgver=3.5.9
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=('1b66c635d1a61882201b5291453538d7'
+md5sums=('9e7080141859c4cd1dbb3c1989dcc0a8'
'67f8c5c6af4b770a4017a5ca9f137b90')
prepare() {