summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2017-06-17 13:55:49 +0000
committerColinDuquesnoy2017-06-17 13:55:49 +0000
commit077fd305dc67dc363afc0753a1dcf3198016ea13 (patch)
tree9b4bea484511823038b89fc1c4509553f4105913
parentd87e324ff5b61fb8dafb9e682fd8ea1d8b7f200d (diff)
downloadaur-077fd305dc67dc363afc0753a1dcf3198016ea13.tar.gz
mellowplayer 2.2.5
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be023f9973a4..b48d38290606 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 8 16:53:15 UTC 2017
+# Sat Jun 17 13:54:50 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.4
+ pkgver = 2.2.5
pkgrel = 1
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.4.tar.gz
- md5sums = 5a45705d739cd4e828f3a187ea3457b9
+ source = https://github.com/ColinDuquesnoy/MellowPlayer/archive/2.2.5.tar.gz
+ md5sums = 69b77b15c83d92d67b50120556eec6d5
pkgname = mellowplayer
diff --git a/.gitignore b/.gitignore
index 520a12c87615..97bda0a63813 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
/pkg/
/src/
-*.tar.gz
-*.tar.xz
+*.tar*
+.directory
diff --git a/PKGBUILD b/PKGBUILD
index fdaba59c7671..cd2d699a2ea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Colin Duquesnoy <colin.duquesnoy@gmail.com>
pkgname=mellowplayer
-pkgver=2.2.4
+pkgver=2.2.5
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=('pepper-flash: needed for Deezer and Spotify')
source=("https://github.com/ColinDuquesnoy/MellowPlayer/archive/${pkgver}.tar.gz")
install="mellowplayer.install"
-md5sums=('5a45705d739cd4e828f3a187ea3457b9')
+md5sums=('69b77b15c83d92d67b50120556eec6d5')
build() {
cd $srcdir/MellowPlayer-${pkgver}