summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-02-23 00:09:08 +0100
committerMarcin Wieczorek2018-02-23 00:09:08 +0100
commit9e79776751ced1ea2b2312e6f182529db4271b3e (patch)
tree9b601060b0b260742fc6e8bc7f9f5b45eff426a0
parentc0975e60be82476a36f72e3d4b7a09ca36b9baa8 (diff)
downloadaur-9e79776751ced1ea2b2312e6f182529db4271b3e.tar.gz
Version 3.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0bbba65887d..cf9310b53ee3 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.13.0
+ pkgver = 3.13.1
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.13.0.tar.gz
- sha256sums = cc45240fcfc713d4480541a4015bc56e6de2848c7765af61666acd880c1acbf4
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.13.1.tar.gz
+ sha256sums = 100c663205db9a4d0804e782d926eeeed38792ea59f2d70b5b55ce7a9c2009e9
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index f5592acc1d1d..4a868f5e2683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.13.0
+pkgver=3.13.1
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=('cc45240fcfc713d4480541a4015bc56e6de2848c7765af61666acd880c1acbf4')
+sha256sums=('100c663205db9a4d0804e782d926eeeed38792ea59f2d70b5b55ce7a9c2009e9')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"