summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeroDot12017-10-21 18:12:11 +0200
committerZeroDot12017-10-21 18:12:11 +0200
commit519d177eaeffc4c364c55cdf1d24ab6495fa18d9 (patch)
tree31e2ecb4d00777eca592ecd2189cf254fe62b511
parent3620796cf9f3c5098696a191ae198d56b109068c (diff)
downloadaur-519d177eaeffc4c364c55cdf1d24ab6495fa18d9.tar.gz
Update to Version 3.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f78b798862f..1422d0e6b979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 19 21:54:52 UTC 2017
+# Sat Oct 21 16:08:15 UTC 2017
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.0.0
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
@@ -19,10 +19,10 @@ pkgbase = mellowplayer
depends = xdg-utils
depends = libnotify
depends = libevent
- optdepends = chromium-widevine: widevine DRM plugin
+ optdepends = qt5-webengine-widevine: widevine DRM plugin
optdepends = pepper-flash: needed for Deezer and Spotify
- source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/3.0.0.tar.gz
- md5sums = e079f0714df0844600bf303639fe5757
+ source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/3.1.0.tar.gz
+ md5sums = 0ea11e6574b7f4e56d8150c42762ec7f
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 37ab37c708a5..036a6d57d6b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Duquesnoy <colin.duquesnoy@gmail.com>
# Maintainer: ZeroDot1 <zerodot1@bk.ru>
pkgname=mellowplayer
-pkgver=3.0.0
+pkgver=3.1.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."
@@ -10,9 +10,9 @@ 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')
-optdepends=( 'chromium-widevine: widevine DRM plugin' 'pepper-flash: needed for Deezer and Spotify')
+optdepends=( 'qt5-webengine-widevine: widevine DRM plugin' 'pepper-flash: needed for Deezer and Spotify')
source=("https://github.com/ColinDuquesnoy/MellowPlayer/archive/${pkgver}.tar.gz")
-md5sums=('e079f0714df0844600bf303639fe5757')
+md5sums=('0ea11e6574b7f4e56d8150c42762ec7f')
build() {
cd $srcdir/MellowPlayer-${pkgver}