summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2020-02-01 15:08:48 +0100
committerColinDuquesnoy2020-02-01 15:08:48 +0100
commitca433877afc13482c28cf74908a4742cd30e6841 (patch)
tree9b5204899feffcc73d86d04e7142726d921a768b
parentf69fc34ec9e2b788b196c5cbb34023466919f3c6 (diff)
downloadaur-ca433877afc13482c28cf74908a4742cd30e6841.tar.gz
mellowplayer 3.5.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f84ef7129b09..627258614917 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.9
+ pkgver = 3.5.10
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.9/MellowPlayer-3.5.9.tar.gz
+ source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.5.10/MellowPlayer-3.5.10.tar.gz
source = widevine-path.patch
- md5sums = 9e7080141859c4cd1dbb3c1989dcc0a8
+ md5sums = ffb1af9b29e22065934ec0d5232823c5
md5sums = 67f8c5c6af4b770a4017a5ca9f137b90
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 57ad89ec8aab..381aa3d216e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
_pkgname=MellowPlayer
-pkgver=3.5.9
+pkgver=3.5.10
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=('9e7080141859c4cd1dbb3c1989dcc0a8'
+md5sums=('ffb1af9b29e22065934ec0d5232823c5'
'67f8c5c6af4b770a4017a5ca9f137b90')
prepare() {