summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-07-04 12:33:51 +0200
committerMarcin Wieczorek2018-07-04 12:33:51 +0200
commitaff42fb12d94a3c2ee3b92fbf1b931171b2bcba7 (patch)
treeec459cb6b5dfbb0c0114e3df8fbde8a1cf5d3bc2
parentc10e6db7394ce5aeac21845993e9003a1a8e8ae4 (diff)
downloadaur-aff42fb12d94a3c2ee3b92fbf1b931171b2bcba7.tar.gz
Version 3.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 250bcdc842d8..b8d24c6f16af 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.21.4
+ pkgver = 3.22.0
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.21.4.tar.gz
- sha256sums = 7322dc7f5c8f28453df65ed54c770ee35bf9c81166c6e840ae54d81dae061cac
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.22.0.tar.gz
+ sha256sums = 9fe790b53031aa503cf7a5873e59aee50044527d9e462c0b3d5cf5a4cb7d503f
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index be8b6451b0ee..a6a1df3582ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.21.4
+pkgver=3.22.0
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=('7322dc7f5c8f28453df65ed54c770ee35bf9c81166c6e840ae54d81dae061cac')
+sha256sums=('9fe790b53031aa503cf7a5873e59aee50044527d9e462c0b3d5cf5a4cb7d503f')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"