summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Duquesnoy2018-07-09 21:09:12 +0200
committerColin Duquesnoy2018-07-09 21:09:12 +0200
commite67ee62be216b363b5a12628c5e8483d6da43e0a (patch)
tree1c2fd589eee6f881b1c4ee3443ab8ffb841cd06a
parentf2899682226d0d67c6485ae510d8fe7a6a055aa7 (diff)
downloadaur-e67ee62be216b363b5a12628c5e8483d6da43e0a.tar.gz
Fix syntax error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48806ef14df6..97988918b2e3 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.4.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 8d5befecc5c0..5852f5419c84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=mellowplayer
_pkgname=MellowPlayer
pkgver=3.4.0
-pkgrel=3
+pkgrel=4
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' 'qbs', 'mesa')
+makedepends=('qt5-tools' 'qbs' 'mesa')
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")