summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Duquesnoy2016-06-26 15:45:05 +0200
committerColin Duquesnoy2016-06-26 15:45:05 +0200
commitc10712c888eda81d8bfc469debf6fc7f817784e4 (patch)
tree4ab31a1465dfec99d8f99b2142f82e4029f70aed
parentf84f22b06df4af9d673726fec2b34e7b45829ef1 (diff)
downloadaur-c10712c888eda81d8bfc469debf6fc7f817784e4.tar.gz
mellowplayer 2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d9e0dee8652..1421474334d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 5 14:24:11 UTC 2016
+# Sun Jun 26 13:42:43 UTC 2016
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 = 2.1.2
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/ColinDuquesnoy/MellowPlayer
install = mellowplayer.install
@@ -14,8 +14,8 @@ pkgbase = mellowplayer
depends = qt5-webengine
depends = snorenotify
optdepends = chromium-pepper-flash-standalone: needed for Deezer and Spotify
- source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/2.1.2.tar.gz
- md5sums = 1ec1c05a32b28fab11a669fe1c13a55a
+ source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/2.2.0.tar.gz
+ md5sums = 149eceb0c0e9288edcbd7ad59acb28be
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 756bb8502d3d..c8ecbf6ae15b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Colin Duquesnoy <colin.duquesnoy@gmail.com>
pkgname=mellowplayer
-pkgver=2.1.2
+pkgver=2.2.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."
@@ -12,7 +12,7 @@ makedepends=('qt5-tools')
optdepends=('chromium-pepper-flash-standalone: needed for Deezer and Spotify')
source=("https://github.com/ColinDuquesnoy/MellowPlayer/archive/${pkgver}.tar.gz")
install="mellowplayer.install"
-md5sums=('1ec1c05a32b28fab11a669fe1c13a55a')
+md5sums=('149eceb0c0e9288edcbd7ad59acb28be')
build() {
cd $srcdir/MellowPlayer-${pkgver}