summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2014-03-11 18:24:57 +0100
committerFrederik "Freso" S. Olesen2014-03-11 18:24:57 +0100
commit030f4abbea290e647e3ec7c67934ce2a79762386 (patch)
treeffd6dfc2d4338ce32acb161a6920018e4ff8d91d /PKGBUILD
parent614c3f21eb6f97ddacf74d47a44995918936e402 (diff)
downloadaur-030f4abbea290e647e3ec7c67934ce2a79762386.tar.gz
mopidy-git: Update dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49cdf99302a2..3d4120755219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,20 +10,19 @@ arch=('any')
url="http://www.mopidy.com"
license=('APACHE')
depends=('python2'
- 'pyspotify-git'
'python2-pykka'
- 'python2-distribute'
- 'gawk'
+ 'python2-setuptools'
'gstreamer0.10-python'
'gstreamer0.10-base-plugins'
'gstreamer0.10-good-plugins'
'gstreamer0.10-ugly-plugins')
-makedepends=('git'
- 'python2')
-optdepends=('python2-cherrypy: HTTP frontend'
- 'python2-ws4py: HTTP frontend'
- 'python2-pylast: Last.fm frontend'
- 'python2-dbus: MPRIS frontend')
+makedepends=('git' 'python2')
+optdepends=('gstreamer0.10-ffmpeg: AAC+ and WMA support.'
+ 'mopidy-spotify: Spotify backend'
+ 'mopidy-scrobbler: Last.FM scrobbler'
+ 'mopidy-MPRIS: MPRIS frontend'
+ 'python2-cherrypy: HTTP frontend'
+ 'python2-ws4py: HTTP frontend')
conflicts=('mopidy')
provides=('mopidy')
source=('git+https://github.com/mopidy/mopidy.git'