summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2019-11-24 19:23:08 +0100
committerColinDuquesnoy2019-11-24 19:23:08 +0100
commit0b7ceec1c412fd93681860634d69b60929d6dd79 (patch)
tree18f4b36bd4c4ab1b6f61918b320c040607d49508
parent3a3204e2a9d75abd5f0fa3dacef43fcb60770eb3 (diff)
downloadaur-0b7ceec1c412fd93681860634d69b60929d6dd79.tar.gz
mellowplayer 3.5.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0ad2f5b7f6a..61fa62f07ff6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
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.5
+ pkgver = 3.5.6
pkgrel = 1
url = https://gitlab.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = qt5-tools
makedepends = cmake
makedepends = mesa
makedepends = ninja
+ makedepends = pkgconf
depends = qt5-base
depends = qt5-webengine
depends = qt5-svg
@@ -21,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.5/MellowPlayer-3.5.5.tar.gz
+ source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.5.6/MellowPlayer-3.5.6.tar.gz
source = widevine-path.patch
- md5sums = 58b98eb32a5c9aa6c5009ccec15fbb63
+ md5sums = 0ea76ba0cb79a16071f918ced0d8c1db
md5sums = 67f8c5c6af4b770a4017a5ca9f137b90
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 7bbcc811efbe..327da66b3778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
_pkgname=MellowPlayer
-pkgver=3.5.5
+pkgver=3.5.6
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."
url='https://gitlab.com/ColinDuquesnoy/MellowPlayer'
license=('GPL')
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
depends=('qt5-base' 'qt5-webengine' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-quickcontrols' 'qt5-translations' 'qt5-graphicaleffects' 'xdg-utils' 'libnotify' 'libevent')
-makedepends=('qt5-tools' 'cmake' 'mesa' 'ninja')
+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=('58b98eb32a5c9aa6c5009ccec15fbb63'
+md5sums=('0ea76ba0cb79a16071f918ced0d8c1db'
'67f8c5c6af4b770a4017a5ca9f137b90')
prepare() {