summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Duquesnoy2016-06-05 16:26:43 +0200
committerColin Duquesnoy2016-06-05 16:26:43 +0200
commitf84f22b06df4af9d673726fec2b34e7b45829ef1 (patch)
tree80cf78b64c0853dab04f2f0d8072dae9eb6e6995
parentb871a05b5f5023d26e28de0232d2ca0ab05ea666 (diff)
downloadaur-f84f22b06df4af9d673726fec2b34e7b45829ef1.tar.gz
mellowplayer 2.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aa454dfc706..7d9e0dee8652 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 2 15:23:26 UTC 2016
+# Sun Jun 5 14:24:11 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.0.1
+ pkgver = 2.1.2
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.0.1.tar.gz
- md5sums = d06a7703ce682020bf66e059376f63dc
+ source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/2.1.2.tar.gz
+ md5sums = 1ec1c05a32b28fab11a669fe1c13a55a
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 92326b537f47..756bb8502d3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Colin Duquesnoy <colin.duquesnoy@gmail.com>
pkgname=mellowplayer
-pkgver=2.0.1
+pkgver=2.1.2
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=('d06a7703ce682020bf66e059376f63dc')
+md5sums=('1ec1c05a32b28fab11a669fe1c13a55a')
build() {
cd $srcdir/MellowPlayer-${pkgver}