summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2015-08-11 18:09:51 -0300
committerIan Brunelli2015-08-11 18:09:51 -0300
commit33f02aba74ab31dc00df836fcd6ff03f9da2a345 (patch)
tree81557dcf90eaf8f8c4a18b83214a8c18103ad768
parent1a517f9a18eb2d1cc944de1d4ba7ab561cc04b55 (diff)
downloadaur-33f02aba74ab31dc00df836fcd6ff03f9da2a345.tar.gz
Updated version (0.9.42.r42.ga536939 -> 0.9.42.r68.ge1720aa).
Changelog ========= Use album mtime in scanner (e1720aa) Remove unused import (ed11789) Load urls with xdg-open when showing wikia (6008b21) Fix arguments order (3509563) Restore datas from previous db on scan: faster (83042a8) Do not quit if service unavailable. Fix #229 (2ed212a) Use a squared cover. Fix #227 (a4bab15) No selection mode for tracks (057a65d) Do not flicker when playing a new track (9607bf1) Remove unused import (4030b23) Remove unused function (7d74c1a) Show populars by default (8cd60df) Remove sqlite cursor creation, we are not in a thread (3f3fdf5) Merge pull request #228 from slosd/threading (e04a342) Removed most threading from GTK widgets (a32b720) Better looking radio widget (fbe8c99) Fix popularities restoration (0b0b3fe) Fix object attributes for externals/radios (9ddf05a) Fix radio playback (7426ea0) Remove length db field and replace it with a duration field (3bf1fad) Update pot (bc89c64) Use a different font style (9732b8f) Add an empty label in radios view (db877af) Also scan video/mp4 as an exception. Fix #224 (88c5c73) Always reset label when showing lyrics (0625f20) Do not fails if tracks not present in collection (cac2a8d)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b484d226c674..0510732435b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lollypop-git
pkgdesc = Music player for GNOME
- pkgver = 0.9.42.r42.ga536939
+ pkgver = 0.9.42.r68.ge1720aa
pkgrel = 1
url = https://github.com/gnumdk/lollypop
install = lollypop.install
@@ -22,7 +22,7 @@ pkgbase = lollypop-git
depends = totem-plparser
optdepends = python-pylast: Last.FM support
optdepends = python-wikipedia: display advanced artist information
- provides = lollypop=0.9.42.r42.ga536939
+ provides = lollypop=0.9.42.r68.ge1720aa
conflicts = lollypop
options = !emptydirs
source = git://github.com/gnumdk/lollypop.git
diff --git a/PKGBUILD b/PKGBUILD
index ebfac881271b..97f8500fb9c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lollypop-git
_gitname=lollypop
-pkgver=0.9.42.r42.ga536939
+pkgver=0.9.42.r68.ge1720aa
pkgrel=1
pkgdesc='Music player for GNOME'
arch=('i686' 'x86_64')