summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2020-06-20 21:12:03 +0200
committerColinDuquesnoy2020-06-20 21:12:03 +0200
commit7eff0bd2776880e4413e6151f808ce7650712825 (patch)
tree14dc232a23045770945ca95e39f5ef8bb9ff491e
parent0cb314f1f0c75e33978f4e7a878219b2a784a88e (diff)
downloadaur-7eff0bd2776880e4413e6151f808ce7650712825.tar.gz
MellowPlayer 3.6.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c93284b45c3..70d8dd208e0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.3
- pkgrel = 2
+ pkgver = 3.6.4
+ pkgrel = 0
url = https://gitlab.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
arch = aarch64
@@ -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.3/MellowPlayer-3.6.3.tar.gz
- md5sums = 44fff77740d3f9c22188f97e913cc2b8
+ source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.6.4/MellowPlayer-3.6.4.tar.gz
+ md5sums = e98a06ce3e4f69dcb9a7688d3835065e
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 4c4dfa51eab1..c59ca26f152c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
_pkgname=MellowPlayer
-pkgver=3.6.3
-pkgrel=2
+pkgver=3.6.4
+pkgrel=0
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."
url='https://gitlab.com/ColinDuquesnoy/MellowPlayer'
@@ -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=('44fff77740d3f9c22188f97e913cc2b8')
+md5sums=('e98a06ce3e4f69dcb9a7688d3835065e')
build() {
cd $srcdir/MellowPlayer-${pkgver}