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 27a03e282ffe..c7fe927c63df 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.17
+ pkgver = 2.14.0
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.17.tar.gz
- sha256sums = 2cd011e79e9f34325257071add161f602da09f7fc9d508839a4f931fdb2aa5cb
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-2.14.0.tar.gz
+ sha256sums = 0db1344d41830cf7d76d1cb91c2547b85bab9463fefd5c722def8a37eca79526
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index f2d6a913322a..f769291e3c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=2.13.17
+pkgver=2.14.0
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=('2cd011e79e9f34325257071add161f602da09f7fc9d508839a4f931fdb2aa5cb')
+sha256sums=('0db1344d41830cf7d76d1cb91c2547b85bab9463fefd5c722def8a37eca79526')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"