summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-06-06 18:36:55 +0200
committerMarcin Wieczorek2018-06-06 18:36:55 +0200
commit908c7c4b173fdcdc93b2de2d61bcb76c95c19883 (patch)
treecc76af69112d77583e503611db8379cede8e9378
parent37e0fc4e42ee8ddfc9842b115de4b105a0143909 (diff)
downloadaur-908c7c4b173fdcdc93b2de2d61bcb76c95c19883.tar.gz
Version 3.21.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a647d7595d1..074005d698c9 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.20.0
+ pkgver = 3.21.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.20.0.tar.gz
- sha256sums = 591501a231d38c3259c9fc105acd4b3377cd9f4d05184a4e1f4e8d19b52f6abb
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.21.1.tar.gz
+ sha256sums = ad1e502b78429dab89584e7dc1773ca47990f20316aa6ca3cd0b9789673ea981
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 3814dcf964bd..4974d38c9988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.20.0
+pkgver=3.21.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=('591501a231d38c3259c9fc105acd4b3377cd9f4d05184a4e1f4e8d19b52f6abb')
+sha256sums=('ad1e502b78429dab89584e7dc1773ca47990f20316aa6ca3cd0b9789673ea981')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"