Merge pull request #1390 from hanspolo/mopidy

mopidy: updated to 1.0.1
This commit is contained in:
Juan RP 2015-04-24 16:23:56 +02:00
commit b0016bf227
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'mopidy' # Template file for 'mopidy'
pkgname=mopidy pkgname=mopidy
version=1.0.0 version=1.0.1
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,7 +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=509ec28f176ceea5dc213c16069763ba5496744bf96e117c292fee38f5007fee checksum=22b2f98a2254931e82f6359a2fadfa9c51e1f664ac302ce077ff4a25be70b79e
noarch=yes noarch=yes
pycompile_module=mopidy pycompile_module=mopidy
hostmakedepends="python-setuptools" hostmakedepends="python-setuptools"