summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-04-22 15:12:19 +0200
committerMarcin Wieczorek2018-04-22 15:12:19 +0200
commit134f72026288490e3512f2ce6ad26e6ce42b84cc (patch)
tree4f7b7bdcdaa8fca1abf4d53b07e28d7fd77f781a
parentd087f26d20affc54e39410941aca8af904ebf150 (diff)
downloadaur-134f72026288490e3512f2ce6ad26e6ce42b84cc.tar.gz
Version 3.17.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62bb87b72ed3..7edcf9beb7cb 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.0
+ pkgver = 3.17.2
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.0.tar.gz
- sha256sums = 528bdb609c31cca81bbcfd3b7590caa7804042e9a04d2b83f5b47996a2174216
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.17.2.tar.gz
+ sha256sums = 4211ebd7939ce3ce0e847fa54fd4d5526d133ba0678e7c4d716a489f57b7eec0
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 085aba8842d8..4023848a220a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.17.0
+pkgver=3.17.2
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=('528bdb609c31cca81bbcfd3b7590caa7804042e9a04d2b83f5b47996a2174216')
+sha256sums=('4211ebd7939ce3ce0e847fa54fd4d5526d133ba0678e7c4d716a489f57b7eec0')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"