summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Duquesnoy2016-06-26 16:52:04 +0200
committerColin Duquesnoy2016-06-26 16:52:04 +0200
commit951dd7b8100f61dab0712466f6683efd3343fc47 (patch)
tree82b4ff683403a46e4c28fe3785fb963f27a77dec
parentc10712c888eda81d8bfc469debf6fc7f817784e4 (diff)
downloadaur-951dd7b8100f61dab0712466f6683efd3343fc47.tar.gz
mellowplayer 2.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1421474334d3..5f8495d9e604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 26 13:42:43 UTC 2016
+# Sun Jun 26 14:51:26 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.2.0
+ pkgver = 2.2.1
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.2.0.tar.gz
- md5sums = 149eceb0c0e9288edcbd7ad59acb28be
+ source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/2.2.1.tar.gz
+ md5sums = 162988c9862456700ade44c258428618
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index c8ecbf6ae15b..67217d763c6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Colin Duquesnoy <colin.duquesnoy@gmail.com>
pkgname=mellowplayer
-pkgver=2.2.0
+pkgver=2.2.1
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=('149eceb0c0e9288edcbd7ad59acb28be')
+md5sums=('162988c9862456700ade44c258428618')
build() {
cd $srcdir/MellowPlayer-${pkgver}