summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Duquesnoy2016-05-02 17:25:57 +0200
committerColin Duquesnoy2016-05-02 17:25:57 +0200
commitb871a05b5f5023d26e28de0232d2ca0ab05ea666 (patch)
treee538c0b13242175ca70e50c946cdd5078aa1c4e8
parent64ec0b8f1b2ee14abfae2536e6ec7f3a3ccbf867 (diff)
downloadaur-b871a05b5f5023d26e28de0232d2ca0ab05ea666.tar.gz
mellowplayer 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f648698476e..0aa454dfc706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon May 2 15:23: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.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/ColinDuquesnoy/MellowPlayer
install = mellowplayer.install
@@ -12,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.0.tar.gz
- md5sums = 9ec3bd07a9dbf188c139ddedd97717f7
+ source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/2.0.1.tar.gz
+ md5sums = d06a7703ce682020bf66e059376f63dc
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 46061876982b..92326b537f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Colin Duquesnoy <colin.duquesnoy@gmail.com>
pkgname=mellowplayer
-pkgver=2.0.0
+pkgver=2.0.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."
@@ -11,8 +11,8 @@ depends=('qt5-base' 'qt5-webengine' 'snorenotify')
makedepends=('qt5-tools')
optdepends=('chromium-pepper-flash-standalone: needed for Deezer and Spotify')
source=("https://github.com/ColinDuquesnoy/MellowPlayer/archive/${pkgver}.tar.gz")
-md5sums=('9ec3bd07a9dbf188c139ddedd97717f7')
install="mellowplayer.install"
+md5sums=('d06a7703ce682020bf66e059376f63dc')
build() {
cd $srcdir/MellowPlayer-${pkgver}