summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Duquesnoy2017-01-14 18:27:58 +0100
committerColin Duquesnoy2017-01-14 18:27:58 +0100
commit242a9cf08c03e24e956589a81d52eb0993af8895 (patch)
tree54caf608fb2411c1322e8d02e03c5d4f54e92db5
parent4eb8e7721bbe35e0790d83538d1c6c6f50efa490 (diff)
downloadaur-242a9cf08c03e24e956589a81d52eb0993af8895.tar.gz
mellowplayer 2.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46633ad665bc..aba045484a0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 11 10:11:45 UTC 2016
+# Sat Jan 14 17:26:54 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 = 2.2.2
+ pkgver = 2.2.3
pkgrel = 2
url = https://github.com/ColinDuquesnoy/MellowPlayer
install = mellowplayer.install
@@ -15,8 +15,8 @@ pkgbase = mellowplayer
depends = qt5-svg
depends = snorenotify
optdepends = pepper-flash: needed for Deezer and Spotify
- source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/2.2.2.tar.gz
- md5sums = 53d7a3d386c95962a58c1937aa80dfbe
+ source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/2.2.3.tar.gz
+ md5sums = e9072ea0522ccbacda622ea7e62a8042
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 6ba959ca49cc..f125636ad3a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Colin Duquesnoy <colin.duquesnoy@gmail.com>
pkgname=mellowplayer
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=2
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=('pepper-flash: needed for Deezer and Spotify')
source=("https://github.com/ColinDuquesnoy/MellowPlayer/archive/${pkgver}.tar.gz")
install="mellowplayer.install"
-md5sums=('53d7a3d386c95962a58c1937aa80dfbe')
+md5sums=('e9072ea0522ccbacda622ea7e62a8042')
build() {
cd $srcdir/MellowPlayer-${pkgver}