summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-04-27 17:26:22 +0200
committerMarcin Wieczorek2018-04-27 17:26:22 +0200
commit31c09b45b56281efcb2a736049ea692c2175cec5 (patch)
tree2a0b3350bc8e89866ad600fd2f3f0d17afbcae48
parent7c84d06e583e6ea36cfbf72c93b1c481ce0be95f (diff)
downloadaur-31c09b45b56281efcb2a736049ea692c2175cec5.tar.gz
Version 3.17.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7be112365f9b..12230f764375 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.17.4
+ pkgver = 3.17.5
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.17.4.tar.gz
- sha256sums = c872fa04bf5c360a917e13b07c05945ebf6c49d840ccf2c38388b37eb765900a
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.17.5.tar.gz
+ sha256sums = 99bfb4429d699b2f943555cd8ae32780b47a967bd09c3208cb2d072f37632b04
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index bc269e5fc7c4..c635ec305496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.17.4
+pkgver=3.17.5
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=('c872fa04bf5c360a917e13b07c05945ebf6c49d840ccf2c38388b37eb765900a')
+sha256sums=('99bfb4429d699b2f943555cd8ae32780b47a967bd09c3208cb2d072f37632b04')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"