summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Petitjean2015-09-22 22:24:49 +0200
committerAlexandre Petitjean2015-09-22 22:24:49 +0200
commitbfac4cd516a8cca2eb77cb988f5768229cbd27a1 (patch)
tree077c0bc19418f4daa024f0953dc2efd6a8b8d7f5 /PKGBUILD
parente26df5fd2ecd80a3555cbf589330f699abeeb676 (diff)
downloadaur-bfac4cd516a8cca2eb77cb988f5768229cbd27a1.tar.gz
Update 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92a89a2bf6e9..273d255c63ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,22 @@
# Maintainer: Alexandre Petitjean <alpetitjean at gmail dot com>
pkgname=mopidy-spotify
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
pkgdesc="Mopidy extension for playing music from Spotify"
arch=('any')
url="http://www.mopidy.com"
license=('APACHE')
depends=(
- 'mopidy>=1.0'
- 'python2-pykka>=1.1'
- 'python2-pyspotify>=2'
- 'python2-setuptools')
+ 'mopidy>=1.0'
+ 'python2-pykka>=1.1'
+ 'python2-pyspotify>=2'
+ 'python2-setuptools'
+ 'python2-requests>=2')
makedepends=('python2')
provides=('mopidy-spotify')
source=("https://github.com/mopidy/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('0faaea344c6cf754829402e6627593e8')
+md5sums=('db369831ebdac4dfcc24e1eac4672756')
package() {
cd "$srcdir/$pkgname-$pkgver"