summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44e7fa23dd3d..58db236b6af3 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 = 2.13.3
+ pkgver = 2.13.6
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -16,8 +16,8 @@ pkgbase = mopidy-iris
depends = python2-spotipy
depends = python2-pylast
optdepends = mopidy-local-sqlite: local library support
- source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-2.13.3.tar.gz
- sha256sums = d846aea649943e32129622cb7924a45c2a7b949a370b2882036b2c794a59944c
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-2.13.6.tar.gz
+ sha256sums = 4736965057e273ff3a6a40d2c34ef5450264a714c48b5238b191e013f57261a4
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 2a9f57b9ed4a..9525d146f6b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=2.13.3
+pkgver=2.13.6
pkgrel=1
pkgdesc='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop)'
arch=('any')
@@ -14,7 +14,7 @@ depends=('python2' 'mopidy' 'mopidy-spotify' 'python2-configobj'
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=('d846aea649943e32129622cb7924a45c2a7b949a370b2882036b2c794a59944c')
+sha256sums=('4736965057e273ff3a6a40d2c34ef5450264a714c48b5238b191e013f57261a4')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"