summarylogtreecommitdiffstats
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
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.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d9898f0f98a..da176729802d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mopidy-git
pkgdesc = A music server which can play music from Spotify
pkgver = 0.19.3.r57.g4c60c6b
- pkgrel = 1
+ pkgrel = 2
url = http://www.mopidy.com
arch = any
license = APACHE
@@ -9,6 +9,7 @@ pkgbase = mopidy-git
depends = python2
depends = python2-pykka
depends = python2-setuptools
+ depends = python2-tornado
depends = gstreamer0.10-python
depends = gstreamer0.10-base-plugins
depends = gstreamer0.10-good-plugins
@@ -17,7 +18,6 @@ pkgbase = mopidy-git
optdepends = mopidy-spotify: Spotify backend
optdepends = mopidy-scrobbler: Last.FM scrobbler
optdepends = mopidy-MPRIS: MPRIS frontend
- optdepends = python2-tornado: HTTP frontend
provides = mopidy
conflicts = mopidy
source = git+https://github.com/mopidy/mopidy.git
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'