summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2019-07-12 18:28:34 +0200
committerColinDuquesnoy2019-07-12 18:28:34 +0200
commit3a3204e2a9d75abd5f0fa3dacef43fcb60770eb3 (patch)
treeb87a4a0ff885e25976b8ede79fb589d15687678f
parent559c9518e77006f5fa8ce3d22194d876ac5795c1 (diff)
downloadaur-3a3204e2a9d75abd5f0fa3dacef43fcb60770eb3.tar.gz
MellowPlayer 3.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69cfbdd90c65..c0ad2f5b7f6a 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.4
+ pkgver = 3.5.5
pkgrel = 1
url = https://gitlab.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
@@ -21,9 +21,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.4/MellowPlayer-3.5.4.tar.gz
+ source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.5.5/MellowPlayer-3.5.5.tar.gz
source = widevine-path.patch
- md5sums = 79831b0d11c592e3d21df525b87a1e69
+ md5sums = 58b98eb32a5c9aa6c5009ccec15fbb63
md5sums = 67f8c5c6af4b770a4017a5ca9f137b90
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index ff9b2441a25b..7bbcc811efbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
_pkgname=MellowPlayer
-pkgver=3.5.4
+pkgver=3.5.5
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')
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=('79831b0d11c592e3d21df525b87a1e69'
+md5sums=('58b98eb32a5c9aa6c5009ccec15fbb63'
'67f8c5c6af4b770a4017a5ca9f137b90')
prepare() {