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 df79f90cce5d..9569255caaf0 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.14.1
+ pkgver = 2.14.2
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.14.1.tar.gz
- sha256sums = 048bf2e0161b333ace392dcf951fe7278058e733bee21eb675b5e2bdb6bb1b67
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-2.14.2.tar.gz
+ sha256sums = 1c3757cdcc65f17ff0799623cdad4bc0ae93445dfc94575a9be8109315248600
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 4be4db4898be..9c86cbe20f4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=2.14.1
+pkgver=2.14.2
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=('048bf2e0161b333ace392dcf951fe7278058e733bee21eb675b5e2bdb6bb1b67')
+sha256sums=('1c3757cdcc65f17ff0799623cdad4bc0ae93445dfc94575a9be8109315248600')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"