mopidy: update to 2.1.0.
This commit is contained in:
parent
7b2e94d2b5
commit
cdb6980c81
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'mopidy'
|
||||
pkgname=mopidy
|
||||
version=2.0.1
|
||||
version=2.1.0
|
||||
revision=1
|
||||
wrksrc="Mopidy-$version"
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
pycompile_module=mopidy
|
||||
hostmakedepends="python-setuptools python-Sphinx python-sphinx_rtd_theme"
|
||||
hostmakedepends="python-setuptools python-Sphinx python-sphinx_rtd_theme python-pykka"
|
||||
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=af3129d8b7e45c8a2af34f2b50592f64c00aaa0400ef6e6c742b6587ea9bdf67
|
||||
checksum=297369a34ebd584b2fe25a7184f68fe876a149256549b03b503a55ede3f13f6a
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/applications/
|
||||
|
|
Loading…
Reference in New Issue