summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-08-30 18:26:15 +0200
committerMarcin Wieczorek2017-08-30 18:26:15 +0200
commit439f1ddba533b132c3179783a09195b28bc55ce8 (patch)
tree6da29b6d3b73a4a9275f9a35af13a4c3e6abc98d
parent07f1b19ec2cb653627b70f01be873512068c33b2 (diff)
downloadaur-439f1ddba533b132c3179783a09195b28bc55ce8.tar.gz
Version 3.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06789b0e40cd..8ace65fb68d1 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.3.1
+ pkgver = 3.3.2
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.3.1.tar.gz
- sha256sums = 70b66860eb2aec85241ae2fae7dd0021225e49adabb365a0b05efb4d77345be7
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.3.2.tar.gz
+ sha256sums = 3897802b8370d82165d6157ab2e749e436af6347b8a4d0497949dea831da86fc
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index b2225bd46a6d..76eb53a33bd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.3.1
+pkgver=3.3.2
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=('70b66860eb2aec85241ae2fae7dd0021225e49adabb365a0b05efb4d77345be7')
+sha256sums=('3897802b8370d82165d6157ab2e749e436af6347b8a4d0497949dea831da86fc')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"