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 89f2879de243..1967689fab94 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.54.2
+ pkgver = 3.55.1
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -12,8 +12,8 @@ pkgbase = mopidy-iris
depends = python-pylast
optdepends = mopidy-local: local library support
optdepends = mopidy-spotify: spotify support
- source = mopidy-iris-3.54.2.tar.gz::https://github.com/jaedb/Iris/archive/3.54.2.tar.gz
- sha256sums = cd8910b7b60d36c4d80aef6fea50789ba5fae7f59cdcac403ad40f428ce4d00a
+ source = mopidy-iris-3.55.1.tar.gz::https://github.com/jaedb/Iris/archive/3.55.1.tar.gz
+ sha256sums = d4f3e59533c6f54d1b68a10a5be3d2fc01c3fe86fa2865b88786b5be8b5b7036
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 612f67abbc60..03c5f130170b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.54.2
+pkgver=3.55.1
pkgrel=1
pkgdesc='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop)'
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('python-setuptools' 'python-pip')
optdepends=('mopidy-local: local library support'
'mopidy-spotify: spotify support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jaedb/Iris/archive/${pkgver}.tar.gz")
-sha256sums=('cd8910b7b60d36c4d80aef6fea50789ba5fae7f59cdcac403ad40f428ce4d00a')
+sha256sums=('d4f3e59533c6f54d1b68a10a5be3d2fc01c3fe86fa2865b88786b5be8b5b7036')
package() {
cd "${srcdir}/Iris-${pkgver}"