summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2018-03-03 17:18:17 +0100
committerColinDuquesnoy2018-03-03 17:18:17 +0100
commitadaf3cf25f79120b99bf0cdadc90a198cc4ca709 (patch)
treecfea8046e99803570c5fb3ea3ee61c4017ddc589
parent2f5ccbcfe7c3c9261ec9abc6f644b7f04a7aa3fc (diff)
downloadaur-adaf3cf25f79120b99bf0cdadc90a198cc4ca709.tar.gz
mellowplayer 3.3.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdad89e2d0e6..de2f9f143877 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.4
+ pkgver = 3.3.5
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.4.tar.gz
+ source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/3.3.5.tar.gz
source = widevine-path.patch
- md5sums = f762c801c2a4f362cd4848850b0c266f
+ md5sums = 9eac042a7fa3477583a1a4ffdfbc3faa
md5sums = 67f8c5c6af4b770a4017a5ca9f137b90
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index a12a4be0ee27..687b8e5a4949 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.4
+pkgver=3.3.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."
@@ -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=('f762c801c2a4f362cd4848850b0c266f'
+md5sums=('9eac042a7fa3477583a1a4ffdfbc3faa'
'67f8c5c6af4b770a4017a5ca9f137b90')
prepare() {