[arch-commits] Commit in mopidy/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Apr 2 01:14:36 UTC 2018


    Date: Monday, April 2, 2018 @ 01:14:35
  Author: svenstaro
Revision: 313796

upgpkg: mopidy 2.1.0-5

Add gst-plugins-base to deps (FS#58053)

Modified:
  mopidy/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-02 01:05:37 UTC (rev 313795)
+++ PKGBUILD	2018-04-02 01:14:35 UTC (rev 313796)
@@ -3,13 +3,13 @@
 
 pkgname=mopidy
 pkgver=2.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="An extensible music server written in Python"
 arch=('any')
 url="http://www.mopidy.com"
 license=('APACHE')
 depends=('python2' 'python2-pykka>=1.1' 'python2-setuptools' 'python2-requests' 'gstreamer'
-         'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 'python2-tornado>=2.3')
+         'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 'python2-tornado>=2.3' 'gst-plugins-base')
 makedepends=('python2-sphinx')
 backup=('etc/mopidy/mopidy.conf')
 source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz"



More information about the arch-commits mailing list