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 9bf4c06c9b5c..89f2879de243 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.53.0
+ pkgver = 3.54.2
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.53.0.tar.gz::https://github.com/jaedb/Iris/archive/3.53.0.tar.gz
- sha256sums = 920de84a2706c1fcd347d3c1a283922fb04d9d0bac30922816c2c55267f78141
+ source = mopidy-iris-3.54.2.tar.gz::https://github.com/jaedb/Iris/archive/3.54.2.tar.gz
+ sha256sums = cd8910b7b60d36c4d80aef6fea50789ba5fae7f59cdcac403ad40f428ce4d00a
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 077f9889c6d3..612f67abbc60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.53.0
+pkgver=3.54.2
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=('920de84a2706c1fcd347d3c1a283922fb04d9d0bac30922816c2c55267f78141')
+sha256sums=('cd8910b7b60d36c4d80aef6fea50789ba5fae7f59cdcac403ad40f428ce4d00a')
package() {
cd "${srcdir}/Iris-${pkgver}"