summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-08-12 01:44:40 +0200
committerMarcin Wieczorek2017-08-12 01:44:40 +0200
commit52b25f3c512d1364d420bf381e380bcbbb05ec24 (patch)
tree9319e4eb386529b9f269207f6dd8516a65d09275
parent8cb45277189ca62fcabc3b7bc9f35abc003a4007 (diff)
downloadaur-52b25f3c512d1364d420bf381e380bcbbb05ec24.tar.gz
Version 3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85794c322418..71c1be38547f 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.1.3
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -16,8 +16,8 @@ pkgbase = mopidy-iris
depends = python2-spotipy
depends = python2-pylast
optdepends = mopidy-local-sqlite: local library support
- source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.1.3.tar.gz
- sha256sums = 2e18b96ab5eb4a12f457a51d9b94d2cb4bd70548d1f3b45f9194b7e7d8409890
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.2.0.tar.gz
+ sha256sums = cb97cb14b2d6836f3c28c5fd0ada44b4a33f2e74380f44bd5d03beffa5f67b30
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 17e4b25705ab..9494276bf74f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.1.3
+pkgver=3.2.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=('2e18b96ab5eb4a12f457a51d9b94d2cb4bd70548d1f3b45f9194b7e7d8409890')
+sha256sums=('cb97cb14b2d6836f3c28c5fd0ada44b4a33f2e74380f44bd5d03beffa5f67b30')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"