summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2018-02-18 18:00:18 +0100
committerColinDuquesnoy2018-02-18 18:00:18 +0100
commit2f5ccbcfe7c3c9261ec9abc6f644b7f04a7aa3fc (patch)
treec51ac7589f4b0061444c3f406f4dc31fa7084563
parent45cd1291739c728118c5d714e2ac886145bbf956 (diff)
downloadaur-2f5ccbcfe7c3c9261ec9abc6f644b7f04a7aa3fc.tar.gz
MellowPlayer 3.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cafa16f4015c..fdad89e2d0e6 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.3.3
+ pkgver = 3.3.4
pkgrel = 1
url = https://github.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
@@ -19,9 +19,9 @@ pkgbase = mellowplayer
depends = libevent
optdepends = qt5-webengine-widevine: DRM needed for Spotify
optdepends = pepper-flash: needed for Tidal and Deezer
- source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/3.3.3.tar.gz
+ source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/3.3.4.tar.gz
source = widevine-path.patch
- md5sums = e1d004b01e2a9d9bf0ecb338e6906637
+ md5sums = f762c801c2a4f362cd4848850b0c266f
md5sums = 67f8c5c6af4b770a4017a5ca9f137b90
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 66933b91454d..a12a4be0ee27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Duquesnoy <colin.duquesnoy@gmail.com>
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
-pkgver=3.3.3
+pkgver=3.3.4
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."
@@ -13,7 +13,7 @@ makedepends=('qt5-tools' 'cmake')
optdepends=( 'qt5-webengine-widevine: DRM needed for Spotify' 'pepper-flash: needed for Tidal and Deezer')
source=("https://github.com/ColinDuquesnoy/MellowPlayer/archive/${pkgver}.tar.gz"
"widevine-path.patch")
-md5sums=('e1d004b01e2a9d9bf0ecb338e6906637'
+md5sums=('f762c801c2a4f362cd4848850b0c266f'
'67f8c5c6af4b770a4017a5ca9f137b90')
prepare() {