summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Haugh2017-07-08 15:26:21 -0500
committerSean Haugh2017-07-08 15:26:21 -0500
commit6924a545acf121e9af9204daa7a0f52937c808d9 (patch)
tree9f476a886972ad858a10a380a368fdc075424c38
parent017dd0b920c799236849c6ca9feba5a3bdabfe39 (diff)
downloadaur-6924a545acf121e9af9204daa7a0f52937c808d9.tar.gz
Add python2-gobject dependency.
Also change the description to match the one on Mopidy's GitHub.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab5559732598..97dcea8e60e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mopidy-git
- pkgdesc = A music server which can play music from Spotify
+ pkgdesc = An extensible music server written in Python
pkgver = 2.1.0.r36.g616f9ff1
- pkgrel = 1
+ pkgrel = 2
url = http://www.mopidy.com
arch = any
license = APACHE
@@ -11,6 +11,7 @@ pkgbase = mopidy-git
depends = python2-requests
depends = python2-setuptools
depends = python2-tornado
+ depends = python2-gobject
depends = gst-python
depends = gst-plugins-base
depends = gst-plugins-good
@@ -19,7 +20,7 @@ pkgbase = mopidy-git
optdepends = mopidy-spotify: Spotify backend
optdepends = mopidy-scrobbler: Last.FM scrobbler
optdepends = mopidy-MPRIS: MPRIS frontend
- provides = mopidy=2.1.0.r36.g616f9ff1-1
+ provides = mopidy=2.1.0.r36.g616f9ff1-2
conflicts = mopidy
source = git+https://github.com/mopidy/mopidy.git
source = mopidy@.service
diff --git a/PKGBUILD b/PKGBUILD
index c2ba5ca1e1a4..342abaacaadb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=mopidy-git
_gitname=mopidy
pkgver=2.1.0.r36.g616f9ff1
-pkgrel=1
-pkgdesc="A music server which can play music from Spotify"
+pkgrel=2
+pkgdesc="An extensible music server written in Python"
arch=('any')
url="http://www.mopidy.com"
license=('APACHE')
@@ -15,6 +15,7 @@ depends=('python2'
'python2-requests'
'python2-setuptools'
'python2-tornado'
+ 'python2-gobject'
'gst-python'
'gst-plugins-base'
'gst-plugins-good'