summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-11-29 19:26:25 +0100
committerMarcin Wieczorek2017-11-29 19:26:25 +0100
commit19fd22164c14b389654c01f00388a45ac8514b27 (patch)
tree4bb41b6aca0b0249d6e5c292802921c1f162aeea
parente13c36b44a45eab184df42edcb4e63e78421da27 (diff)
downloadaur-19fd22164c14b389654c01f00388a45ac8514b27.tar.gz
Version 3.8.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46a111f76fd1..9b4119eca7af 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.8.6
+ pkgver = 3.8.9
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.8.6.tar.gz
- sha256sums = fc2248adaff357950a424a7e7fe6e9259d40c7535d9eae05e2b4db3a4b51ebff
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.8.9.tar.gz
+ sha256sums = 13a13511d1404efd7df2526ad00f3995aab3e4b41cc63fe534944b286edbf2cf
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 017eee501a9b..a4982717a8cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.8.6
+pkgver=3.8.9
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=('fc2248adaff357950a424a7e7fe6e9259d40c7535d9eae05e2b4db3a4b51ebff')
+sha256sums=('13a13511d1404efd7df2526ad00f3995aab3e4b41cc63fe534944b286edbf2cf')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"