summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-10-14 12:54:47 +0200
committerMarcin Wieczorek2017-10-14 12:54:47 +0200
commitdf4a7152ff0a64d2629846ddfbc2748e9472438c (patch)
tree0d4d7d3438dda124593ea74a9bd7d50ae5215522
parentb142e6bda7020dc1f319cffc90d340d86d8d0350 (diff)
downloadaur-df4a7152ff0a64d2629846ddfbc2748e9472438c.tar.gz
Version 3.5.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9f02eb95be6..02db8f7a7951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mopidy-iris
pkgdesc = A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop)
- pkgver = 3.4.9
+ pkgver = 3.5.1
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -13,12 +13,11 @@ pkgbase = mopidy-iris
depends = mopidy-spotify
depends = python2-configobj
depends = mopidy-local-images
- depends = python2-spotipy
depends = python2-pylast
depends = python2-raven
optdepends = mopidy-local-sqlite: local library support
- source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.4.9.tar.gz
- sha256sums = eb6d54d9347ad4b1779a6be59f6ec3264f63011461498d83674f8256b4469929
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.5.1.tar.gz
+ sha256sums = 2023395141cea6ee9cb6cc7bd67e54b3ea3b40bb5e20efdad6380f09067e0f12
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 79bef9d7a4d1..f79cb2f26813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.4.9
+pkgver=3.5.1
pkgrel=1
pkgdesc='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop)'
arch=('any')
url="https://github.com/jaedb/${_pkgname}"
license=('APACHE')
depends=('python2' 'mopidy' 'mopidy-spotify' 'python2-configobj'
- 'mopidy-local-images' 'python2-spotipy' 'python2-pylast'
+ 'mopidy-local-images' 'python2-pylast'
'python2-raven')
makedepends=('python2' 'python2-setuptools' 'python2-pip')
optdepends=('mopidy-local-sqlite: local library support')
source=("https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-${pkgver}.tar.gz")
-sha256sums=('eb6d54d9347ad4b1779a6be59f6ec3264f63011461498d83674f8256b4469929')
+sha256sums=('2023395141cea6ee9cb6cc7bd67e54b3ea3b40bb5e20efdad6380f09067e0f12')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"