summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2014-08-06 12:31:27 +0200
committerFrederik "Freso" S. Olesen2014-08-06 12:31:27 +0200
commit6453745e395709cba54b76390bf54e0383710a27 (patch)
tree0df325a837275dd1d92d8f12afb602735e17337f /PKGBUILD
parent7a3348c4961a664f1f32fb41a670d6c20c6e0c1f (diff)
downloadaur-6453745e395709cba54b76390bf54e0383710a27.tar.gz
mopidy-git: Move python2-tornado to $depends.
Since it is used for other things than just the HTTP frontend.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64c3268059c2..06ce359bd57b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mopidy-git
_gitname=mopidy
pkgver=0.19.3.r57.g4c60c6b
-pkgrel=1
+pkgrel=2
pkgdesc="A music server which can play music from Spotify"
arch=('any')
url="http://www.mopidy.com"
@@ -12,6 +12,7 @@ license=('APACHE')
depends=('python2'
'python2-pykka'
'python2-setuptools'
+ 'python2-tornado'
'gstreamer0.10-python'
'gstreamer0.10-base-plugins'
'gstreamer0.10-good-plugins'
@@ -20,8 +21,7 @@ makedepends=('git')
optdepends=('gstreamer0.10-ffmpeg: AAC+ and WMA support.'
'mopidy-spotify: Spotify backend'
'mopidy-scrobbler: Last.FM scrobbler'
- 'mopidy-MPRIS: MPRIS frontend'
- 'python2-tornado: HTTP frontend')
+ 'mopidy-MPRIS: MPRIS frontend')
conflicts=('mopidy')
provides=('mopidy')
source=('git+https://github.com/mopidy/mopidy.git'