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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Aug 10 21:01:09 UTC 2015


    Date: Monday, August 10, 2015 @ 23:01:08
  Author: svenstaro
Revision: 138182

upgpkg: mopidy 1.1.0-2

Fix FS#45946

Modified:
  mopidy/trunk/PKGBUILD
  mopidy/trunk/mopidy.conf

-------------+
 PKGBUILD    |    5 +++--
 mopidy.conf |    6 ++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-10 14:48:25 UTC (rev 138181)
+++ PKGBUILD	2015-08-10 21:01:08 UTC (rev 138182)
@@ -3,7 +3,7 @@
 
 pkgname=mopidy
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Mopidy is an extensible music server written in Python"
 arch=('any')
 url="http://www.mopidy.com"
@@ -11,6 +11,7 @@
 depends=('python2'
          'python2-pykka>=1.1'
          'python2-setuptools'
+         'python2-requests'
          'gstreamer0.10-python'
          'gstreamer0.10-base-plugins'
          'gstreamer0.10-good-plugins'
@@ -26,7 +27,7 @@
 source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz"
         'mopidy.conf')
 md5sums=('c64266a7cbd2d1ccac08552c74a795a9'
-         '5ec754e9f5aba08ee29527cb9a1a270b')
+         '5e3c3308a75241b2f7ea5647287ca70c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: mopidy.conf
===================================================================
--- mopidy.conf	2015-08-10 14:48:25 UTC (rev 138181)
+++ mopidy.conf	2015-08-10 21:01:08 UTC (rev 138182)
@@ -1,4 +1,10 @@
+[core]
+cache_dir = /var/cache/mopidy
+config_dir = /etc/mopidy
+data_dir = /var/lib/mopidy
+
 [logging]
+config_file = /etc/mopidy/logging.conf
 debug_file = /var/log/mopidy/mopidy-debug.log
 
 [local]



More information about the arch-commits mailing list