summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2020-06-08 14:34:07 +0200
committerColinDuquesnoy2020-06-08 14:34:07 +0200
commit0cb314f1f0c75e33978f4e7a878219b2a784a88e (patch)
tree2fa9b6ebe7b68d9f0facf48c38ce377987eb6977
parent9e2bdfd41ae86f6241a4878b69a02788978a3e66 (diff)
downloadaur-0cb314f1f0c75e33978f4e7a878219b2a784a88e.tar.gz
MellowPlayer 3.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d31f675d9297..8c93284b45c3 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.6.2
+ pkgver = 3.6.3
pkgrel = 2
url = https://gitlab.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
@@ -23,8 +23,8 @@ 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.6.2/MellowPlayer-3.6.2.tar.gz
- md5sums = e490e5e9b7871faeb01f700bbfa24821
+ source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.6.3/MellowPlayer-3.6.3.tar.gz
+ md5sums = 44fff77740d3f9c22188f97e913cc2b8
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 07d68ac07a1c..4c4dfa51eab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
_pkgname=MellowPlayer
-pkgver=3.6.2
+pkgver=3.6.3
pkgrel=2
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 @@ depends=('qt5-base' 'qt5-webengine' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-quickcon
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")
-md5sums=('e490e5e9b7871faeb01f700bbfa24821')
+md5sums=('44fff77740d3f9c22188f97e913cc2b8')
build() {
cd $srcdir/MellowPlayer-${pkgver}