mopidy: update to 1.0.0
This commit is contained in:
parent
73820df530
commit
b5be87d6ab
|
@ -1,4 +1,4 @@
|
||||||
Edit /etc/mopidy.conf and let 'media_dir' point to your
|
Edit /etc/mopidy.conf and let 'media_dir' point to your
|
||||||
music directory. Install additional plugins via python-pip.
|
music directory. Install additional plugins via python-pip.
|
||||||
To get a list of plugins use »pip search Mopidy«. There is no
|
To get a list of plugins use »pip search Mopidy«. There is no
|
||||||
man page available... check https://docs.mopidy.com/en/v0.19.4/
|
man page available... check https://docs.mopidy.com/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mopidy'
|
# Template file for 'mopidy'
|
||||||
pkgname=mopidy
|
pkgname=mopidy
|
||||||
version=0.19.5
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
short_desc="An extensible music server in python"
|
short_desc="An extensible music server in python"
|
||||||
|
@ -8,8 +8,7 @@ maintainer="allan <mail@may.mooo.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://www.mopidy.com"
|
homepage="http://www.mopidy.com"
|
||||||
distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
|
||||||
checksum=940604eadd6435ebf7a85bbc0f15ea57a7fdf5e7e276da17732955ab10050627
|
checksum=509ec28f176ceea5dc213c16069763ba5496744bf96e117c292fee38f5007fee
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
python_versions=2.7
|
python_versions=2.7
|
||||||
pycompile_module=mopidy
|
pycompile_module=mopidy
|
||||||
|
|
Loading…
Reference in New Issue