summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-10-18 20:09:55 +0200
committerMarcin Wieczorek2017-10-18 20:09:55 +0200
commit17b5009c4ece1de4ccb8fefb69c2892cea2f5384 (patch)
treebc3011158501c761c3c963c07f18a45a8cae5773
parent5a20a7aeae719acbf9214e88565ed0ff459b04eb (diff)
downloadaur-17b5009c4ece1de4ccb8fefb69c2892cea2f5384.tar.gz
Version 3.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3206f55b432d..7b5a9c69b141 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.5.3
+ pkgver = 3.5.4
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -16,8 +16,8 @@ pkgbase = mopidy-iris
depends = python2-pylast
depends = python2-raven
optdepends = mopidy-local-sqlite: local library support
- source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.5.3.tar.gz
- sha256sums = 0c2147cb0b44207c763fad24af5858f5e9112d05f3cc27f2899f929f4843286e
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.5.4.tar.gz
+ sha256sums = f0b776e894a37be4cfbaae4eee481718d80c67fa9fc4c4c450c83d17547f09fc
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 754be1571023..4d98787fd500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.5.3
+pkgver=3.5.4
pkgrel=1
pkgdesc='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop)'
arch=('any')
@@ -15,7 +15,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=('0c2147cb0b44207c763fad24af5858f5e9112d05f3cc27f2899f929f4843286e')
+sha256sums=('f0b776e894a37be4cfbaae4eee481718d80c67fa9fc4c4c450c83d17547f09fc')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"