summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2020-04-25 14:31:54 +0200
committerColinDuquesnoy2020-04-25 14:31:54 +0200
commitad21d7b0f7a969f52958444efd152aba245821f2 (patch)
treee9246898c487e4b4eb64e606ed7b4535b80a46a6
parentca433877afc13482c28cf74908a4742cd30e6841 (diff)
downloadaur-ad21d7b0f7a969f52958444efd152aba245821f2.tar.gz
MellowPlayer 3.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 627258614917..7ebd6f1dfe6b 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.10
+ pkgver = 3.6.0
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.10/MellowPlayer-3.5.10.tar.gz
+ source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.6.0/MellowPlayer-3.6.0.tar.gz
source = widevine-path.patch
- md5sums = ffb1af9b29e22065934ec0d5232823c5
+ md5sums = 5c995431fea1c59d09eac2fd6ac7d322
md5sums = 67f8c5c6af4b770a4017a5ca9f137b90
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 381aa3d216e1..8b6565c5d63e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
_pkgname=MellowPlayer
-pkgver=3.5.10
+pkgver=3.6.0
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=('ffb1af9b29e22065934ec0d5232823c5'
+md5sums=('5c995431fea1c59d09eac2fd6ac7d322'
'67f8c5c6af4b770a4017a5ca9f137b90')
prepare() {