summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-11-27 22:57:14 +0100
committerMarcin Wieczorek2017-11-27 22:57:14 +0100
commite13c36b44a45eab184df42edcb4e63e78421da27 (patch)
tree4837205fe57c4c9ad6a7685ad6d3d02ff56060e4
parentf493038a3d7308a47ef801373484ccb6718d39b4 (diff)
downloadaur-e13c36b44a45eab184df42edcb4e63e78421da27.tar.gz
Version 3.8.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5dde46fdad2..46a111f76fd1 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.5
+ pkgver = 3.8.6
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.5.tar.gz
- sha256sums = 510d1f4c297f74144153819b537760d344e2ca00b604a029eed7f2725277dcdd
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.8.6.tar.gz
+ sha256sums = fc2248adaff357950a424a7e7fe6e9259d40c7535d9eae05e2b4db3a4b51ebff
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 6b9590cec264..017eee501a9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.8.5
+pkgver=3.8.6
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=('510d1f4c297f74144153819b537760d344e2ca00b604a029eed7f2725277dcdd')
+sha256sums=('fc2248adaff357950a424a7e7fe6e9259d40c7535d9eae05e2b4db3a4b51ebff')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"