summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-12-16 20:18:00 +0100
committerMarcin Wieczorek2018-12-16 20:18:00 +0100
commitba58847bc957ff7a1fcf16ba4d79eafd281d5350 (patch)
treef1b8a0d38c6f4096293b8ea7ad411e997266c048
parentc36d34fafd86f173ec1f58815014234545c79580 (diff)
downloadaur-ba58847bc957ff7a1fcf16ba4d79eafd281d5350.tar.gz
Version 3.31.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87445956e722..19926c77dba8 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.29.1
+ pkgver = 3.31.6
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -15,8 +15,8 @@ pkgbase = mopidy-iris
depends = mopidy-local-images
depends = python2-pylast
optdepends = mopidy-local-sqlite: local library support
- source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.29.1.tar.gz
- sha256sums = 8bfb5fcea6f605affc00643a9d17f00e9492b14a2cf0a3170ab0958cddf340e9
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.31.6.tar.gz
+ sha256sums = 84dfaabd0644a9fee45a1eb65578d39001b52dbf39658667c20965ca87622435
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 7c7e2c6a1749..638877e3a316 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.29.1
+pkgver=3.31.6
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=('8bfb5fcea6f605affc00643a9d17f00e9492b14a2cf0a3170ab0958cddf340e9')
+sha256sums=('84dfaabd0644a9fee45a1eb65578d39001b52dbf39658667c20965ca87622435')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"