summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Duquesnoy2016-04-04 16:08:25 +0200
committerColin Duquesnoy2016-04-04 16:08:25 +0200
commit64ec0b8f1b2ee14abfae2536e6ec7f3a3ccbf867 (patch)
tree00cba781229b5124d777767d409f8a6aab1fbfcf
parent9dbdf99114cd472cd1059b517949f3e0f4c3d20b (diff)
downloadaur-64ec0b8f1b2ee14abfae2536e6ec7f3a3ccbf867.tar.gz
Update mellowplayer 2.0.0
Require snorenotify 0.7 (only 0.6 is available on AUR, I've flagged it as out of date).
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 933f76c56612..8f648698476e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
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 = 1.5.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/ColinDuquesnoy/MellowPlayer
+ install = mellowplayer.install
arch = i686
arch = x86_64
license = GPL
makedepends = qt5-tools
- depends = libnotify
- optdepends = flashplugin: needed for Deezer, MixCloud, SoundCloud Music Service
- conflicts = mellowplayer
- source = https://github.com/ColinDuquesnoy/MellowPlayer/tarball/master/MellowPlayer-1.5.0.tar.gz
- md5sums = 423620354f5534de16fcc0e3f3b4794a
+ depends = qt5-base
+ depends = qt5-webengine
+ depends = snorenotify
+ optdepends = chromium-pepper-flash-standalone: needed for Deezer and Spotify
+ source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/2.0.0.tar.gz
+ md5sums = 9ec3bd07a9dbf188c139ddedd97717f7
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index b3de0a782f6c..46061876982b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Colin Duquesnoy <colin.duquesnoy@gmail.com>
pkgname=mellowplayer
-pkgver=1.5.2
+pkgver=2.0.0
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://github.com/ColinDuquesnoy/MellowPlayer'
license=('GPL')
arch=('i686' 'x86_64')
-depends=('libnotify')
+depends=('qt5-base' 'qt5-webengine' 'snorenotify')
makedepends=('qt5-tools')
-optdepends=('flashplugin: needed for Deezer, MixCloud, SoundCloud Music Service')
-conflicts=('mellowplayer')
+optdepends=('chromium-pepper-flash-standalone: needed for Deezer and Spotify')
source=("https://github.com/ColinDuquesnoy/MellowPlayer/archive/${pkgver}.tar.gz")
-md5sums=('070f4e84111dd5998bf5b30e73e0d43a')
+md5sums=('9ec3bd07a9dbf188c139ddedd97717f7')
install="mellowplayer.install"
build() {