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 2feca0a2002e..1c7ee496f379 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.51.0
+ pkgver = 3.52.4
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.51.0.tar.gz::https://github.com/jaedb/Iris/archive/3.51.0.tar.gz
- sha256sums = c1944db74bc290fe988880b50c8680c4f2c4e97685acc78fc760d8b038fb2e54
+ source = mopidy-iris-3.52.4.tar.gz::https://github.com/jaedb/Iris/archive/3.52.4.tar.gz
+ sha256sums = 32c541577086d1a14ced231825835a4ae143ef4182a2e229e32557f8c654ce06
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index e5efa63210ef..a33afeec2c20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.51.0
+pkgver=3.52.4
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=('c1944db74bc290fe988880b50c8680c4f2c4e97685acc78fc760d8b038fb2e54')
+sha256sums=('32c541577086d1a14ced231825835a4ae143ef4182a2e229e32557f8c654ce06')
package() {
cd "${srcdir}/Iris-${pkgver}"