summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ff451ccce2b..503415db4fed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Petitjean <alpetitjean at gmail dot com>
pkgname=mopidy-spotify
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="Mopidy extension for playing music from Spotify"
arch=('any')
@@ -9,6 +9,7 @@ url="http://www.mopidy.com"
license=('APACHE')
depends=(
'mopidy>=1.0'
+ 'mopidy<2'
'python2-pykka>=1.1'
'python2-pyspotify>=2'
'python2-setuptools'
@@ -16,7 +17,7 @@ depends=(
makedepends=('python2')
provides=('mopidy-spotify')
source=("https://github.com/mopidy/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('1d7cae94e037ddc151ae772bccc8c68f')
+md5sums=('ce6aebce6ee4269cbb19a0054a241533')
package() {
cd "$srcdir/$pkgname-$pkgver"