mopidy: update to 2.0.1.
This commit is contained in:
parent
b25ab1e522
commit
9afaf4f3d0
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'mopidy'
|
||||
pkgname=mopidy
|
||||
version=2.0.0
|
||||
version=2.0.1
|
||||
revision=1
|
||||
wrksrc="Mopidy-$version"
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
pycompile_module=mopidy
|
||||
hostmakedepends="python-setuptools python-Sphinx"
|
||||
hostmakedepends="python-setuptools python-Sphinx python-sphinx_rtd_theme"
|
||||
depends="gst1-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1
|
||||
python-tornado python-pykka python-setuptools python-requests"
|
||||
conf_files="/etc/mopidy/*.conf"
|
||||
|
@ -21,7 +21,7 @@ maintainer="allan <mail@may.mooo.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="http://www.mopidy.com"
|
||||
distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
|
||||
checksum=14a04c249f83d42f2012b580f3a05853f56320f1bb68ac91c4068b64c81a9265
|
||||
checksum=af3129d8b7e45c8a2af34f2b50592f64c00aaa0400ef6e6c742b6587ea9bdf67
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/applications/
|
||||
|
|
Loading…
Reference in New Issue