summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Duquesnoy2018-07-08 13:57:00 +0200
committerColin Duquesnoy2018-07-08 13:57:00 +0200
commitd1303b73e8034cd614bbff9958fecb4b631ca760 (patch)
tree74cf9a6561feae15758ea2eee2ec7fccaf85ef9f
parenteea003ff3c207a9dfda95fa4fad5f95853809a75 (diff)
downloadaur-d1303b73e8034cd614bbff9958fecb4b631ca760.tar.gz
Add missing qbs makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07074020c9f9..28a5544b9c67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
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.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
license = GPL
makedepends = qt5-tools
- makedepends = cmake
+ makedepends = qbs
depends = qt5-base
depends = qt5-webengine
depends = qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index e8398dcdd0a8..421aaf9a5ec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=mellowplayer
_pkgname=MellowPlayer
pkgver=3.4.0
-pkgrel=1
+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."
url='https://github.com/ColinDuquesnoy/MellowPlayer'
license=('GPL')
arch=('x86_64')
depends=('qt5-base' 'qt5-webengine' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-quickcontrols' 'qt5-translations' 'qt5-graphicaleffects' 'xdg-utils' 'libnotify' 'libevent')
-makedepends=('qt5-tools' 'cmake')
+makedepends=('qt5-tools' 'qbs')
optdepends=( 'qt5-webengine-widevine: DRM needed for Spotify' 'pepper-flash: needed for Tidal and Deezer')
source=("https://github.com/ColinDuquesnoy/MellowPlayer/archive/${pkgver}.tar.gz"
"widevine-path.patch")