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 58db236b6af3..8db19b558b0a 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.6
+ pkgver = 2.13.9
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.6.tar.gz
- sha256sums = 4736965057e273ff3a6a40d2c34ef5450264a714c48b5238b191e013f57261a4
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-2.13.9.tar.gz
+ sha256sums = fbe67dc7b9e5e834c47b8399313845986b38eefcc070d072b77d8251c8793520
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 9525d146f6b7..7b832cc1272e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=2.13.6
+pkgver=2.13.9
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=('4736965057e273ff3a6a40d2c34ef5450264a714c48b5238b191e013f57261a4')
+sha256sums=('fbe67dc7b9e5e834c47b8399313845986b38eefcc070d072b77d8251c8793520')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"