lollypop: update to 0.9.204

+ Apply fix for https://github.com/gnumdk/lollypop/issues/738
This commit is contained in:
Juergen Buchmueller 2016-09-20 07:55:16 +02:00
parent ff00a53d5a
commit 1baf576242

View file

@ -1,6 +1,6 @@
# Template file for 'lollypop'
pkgname=lollypop
version=0.9.201
version=0.9.204
revision=1
build_style=gnu-configure
noarch=yes
@ -14,4 +14,9 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-3"
homepage="https://gnumdk.github.io/lollypop-web/"
distfiles="https://github.com/gnumdk/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
checksum=be1c78a6cac12c5a4ca6ac58007c6d324110803900758ad652c0eaa47a8858ac
checksum=651030dbc496ed8403463346d46ef545379ac824cd41ae76e7feb847a422f64d
pre_build() {
# Fix https://github.com/gnumdk/lollypop/commit/8d38711ad9d2a85bca2cb10ec23be4a392e24d59
sed -i src/miniplayer.py -e 's;\(Lp()\.player\.current_track\)\.id,;\1,;'
}