summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-03-03 12:57:08 -0300
committerIan Brunelli2016-03-03 12:57:08 -0300
commit3c167a5de272e759686a69cd7ab829e505d37e30 (patch)
treece8fe3c9ec88b39b37d942327371dd889cb45d6b
parentd65608cfcfe15f5855485115c9059abc05e827a7 (diff)
downloadaur-3c167a5de272e759686a69cd7ab829e505d37e30.tar.gz
Updated version (0.9.87.r213.g15ed2b8 -> 0.9.87.r245.g04ffa56).
Changelog ========= Fix typo (04ffa56) Only set party off if on (97de5df) Execute VACUUM after removing entries from history db (c7654af) Make progressbar show deleted tracks (55f78d6) Pep8 (a0b0f57) Move cache code outside widget (9301b0d) Allow history to remove entries when becoming fat (5fc2329) Revert "Stop playback before Ctrl^C" (845069f) Make database history working (7f47a71) Add database history (59a47a6) We can make this simpler now (dfa5247) Add a smart way to not loose stats on update (48462d8) Remove track stats code (bbcc5d1) Really do nothing (35c7e64) Do nothing on new album (e12bf27) Rename signal (38896e1) Remove bool arg (7662ed2) Bool not needed (ea2b69d) Rework the way we handle album update on scan (54d126f) Update collection when a file is deleted (e107cf2) Remove old code (364fca8) Do not use glade user data as it doesn't work (fdaf718) Disable party mix if mix disabled (d6cdae9) Do not add compilations if we already are in compilations view (278a4f9) NextPopover should hide skip button if track is in queue (cbc3e1c) Do not miss to add compilations (bb5c290) Fix compilations playback: pass artist ids to AlbumView (1aef395) Fix typo (6b68a2e) 400 is way too big (828a941) No tooltip needed on button (c8dc346) Set action event eventbox (0727f15) Check for albums (11aac08)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7641c680bd6c..541a76fba6d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 1 11:02:14 UTC 2016
+# Thu Mar 3 15:57:07 UTC 2016
pkgbase = lollypop-git
pkgdesc = Music player for GNOME
- pkgver = 0.9.87.r213.g15ed2b8
+ pkgver = 0.9.87.r245.g04ffa56
pkgrel = 1
url = https://github.com/gnumdk/lollypop
install = lollypop.install
@@ -25,7 +25,7 @@ pkgbase = lollypop-git
optdepends = libsecret: Last.FM support
optdepends = python-pylast: Last.FM support
optdepends = python-wikipedia: display advanced artist information
- provides = lollypop=0.9.87.r213.g15ed2b8
+ provides = lollypop=0.9.87.r245.g04ffa56
conflicts = lollypop
options = !emptydirs
source = git://github.com/gnumdk/lollypop.git
diff --git a/PKGBUILD b/PKGBUILD
index 5f2e0d9c0aeb..2f9d02d05e43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lollypop-git
_gitname=lollypop
-pkgver=0.9.87.r213.g15ed2b8
+pkgver=0.9.87.r245.g04ffa56
pkgrel=1
pkgdesc='Music player for GNOME'
arch=('i686' 'x86_64')