summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-08-23 01:07:17 +0200
committerMarcin Wieczorek2017-08-23 01:07:17 +0200
commit07f1b19ec2cb653627b70f01be873512068c33b2 (patch)
treedb5f153074edf0e588b6e7630b64849f63bd40eb
parent52b25f3c512d1364d420bf381e380bcbbb05ec24 (diff)
downloadaur-07f1b19ec2cb653627b70f01be873512068c33b2.tar.gz
Version 3.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71c1be38547f..06789b0e40cd 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.2.0
+ pkgver = 3.3.1
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.2.0.tar.gz
- sha256sums = cb97cb14b2d6836f3c28c5fd0ada44b4a33f2e74380f44bd5d03beffa5f67b30
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.3.1.tar.gz
+ sha256sums = 70b66860eb2aec85241ae2fae7dd0021225e49adabb365a0b05efb4d77345be7
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 9494276bf74f..b2225bd46a6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.2.0
+pkgver=3.3.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=('cb97cb14b2d6836f3c28c5fd0ada44b4a33f2e74380f44bd5d03beffa5f67b30')
+sha256sums=('70b66860eb2aec85241ae2fae7dd0021225e49adabb365a0b05efb4d77345be7')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"