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

Morten Linderud foxboron at archlinux.org
Wed Apr 28 19:25:29 UTC 2021


    Date: Wednesday, April 28, 2021 @ 19:25:29
  Author: foxboron
Revision: 925003

upgpkg: mopidy 3.1.1-3 - Reproducible builds fix

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-28 19:16:01 UTC (rev 925002)
+++ PKGBUILD	2021-04-28 19:25:29 UTC (rev 925003)
@@ -4,16 +4,16 @@
 
 pkgname=mopidy
 pkgver=3.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An extensible music server written in Python"
 arch=('any')
 url="https://www.mopidy.com"
 license=('APACHE')
-depends=('python' 'python-pykka' 'python-requests' 'gstreamer'
+depends=('python' 'python-pykka' 'python-requests' 'gstreamer' 'python-setuptools'
          'gst-python' 'gst-plugins-good' 'gst-plugins-ugly' 'python-tornado' 'gst-plugins-base'
          'python-dbus')
 checkdepends=('python-gobject' 'python-pytest' 'python-responses')
-makedepends=('python-sphinx' 'python-sphinx_rtd_theme' 'python-setuptools')
+makedepends=('python-sphinx' 'python-sphinx_rtd_theme')
 backup=('etc/mopidy/mopidy.conf')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz"
         'mopidy.conf'
@@ -38,6 +38,7 @@
 
 package() {
   cd ${pkgname}-${pkgver}
+  export PYTHONHASHSEED=0
   python setup.py install --root="${pkgdir}/" --optimize=1
 
   install -Dm755 extra/mopidyctl/mopidyctl "${pkgdir}/usr/bin/mopidyctl"



More information about the arch-commits mailing list