mellowplayer: update to 3.5.2.

This commit is contained in:
Rasmus Thomsen 2019-02-10 19:35:12 +01:00 committed by maxice8
parent 6ae0f4ff21
commit d1473013f7
1 changed files with 6 additions and 6 deletions

View File

@ -1,22 +1,22 @@
# Template file for 'mellowplayer'
pkgname=mellowplayer
version=3.5.1
version=3.5.2
revision=1
wrksrc="MellowPlayer-${version}"
build_style=cmake
hostmakedepends="pkg-config qt5-tools qt5-qmake"
makedepends="qt5-declarative-devel qt5-quickcontrols2-devel
qt5-plugin-mysql qt5-plugin-pgsql qt5-plugin-sqlite
qt5-plugin-tds qt5-plugin-odbc
qt5-svg-devel qt5-webengine-devel qt5-webchannel-devel
qt5-location-devel qt5-tools-devel libnotify-devel"
qt5-plugin-mysql qt5-plugin-pgsql qt5-plugin-sqlite
qt5-plugin-tds qt5-plugin-odbc
qt5-svg-devel qt5-webengine-devel qt5-webchannel-devel
qt5-location-devel qt5-tools-devel libnotify-devel"
depends="qt5-graphicaleffects qt5-quickcontrols qt5-svg qt5-wayland"
short_desc="QT based cloud music integration for your desktop"
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://colinduquesnoy.github.io/MellowPlayer/"
distfiles="https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/${version}/MellowPlayer-${version}.tar.gz"
checksum=ee073edf32ba0acbb14dffd07e7045c6918eebe1223143992e16882dcc02915e
checksum=56d9957667ff9b30d35a37620e9de6357d26c460cfb4fc637c1cfdaae04a8969
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools"