summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-08-31 00:24:55 +0200
committerMarcin Wieczorek2017-08-31 00:24:55 +0200
commite00f7433d0bd128c14ef66e12547b53c9ec6d8e7 (patch)
tree2a60597dae18f50d05aa7a96d5d5164eab7dd83d
parent439f1ddba533b132c3179783a09195b28bc55ce8 (diff)
downloadaur-e00f7433d0bd128c14ef66e12547b53c9ec6d8e7.tar.gz
Version 3.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ace65fb68d1..bb321082cc3e 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.2
+ pkgver = 3.3.3
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.2.tar.gz
- sha256sums = 3897802b8370d82165d6157ab2e749e436af6347b8a4d0497949dea831da86fc
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.3.3.tar.gz
+ sha256sums = 181e610d960e758c7b5690b7cdca5c629504bc0ae2a7dec7ba82d5b6659dd8d1
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 76eb53a33bd2..19cfc0ba7eb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.3.2
+pkgver=3.3.3
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=('3897802b8370d82165d6157ab2e749e436af6347b8a4d0497949dea831da86fc')
+sha256sums=('181e610d960e758c7b5690b7cdca5c629504bc0ae2a7dec7ba82d5b6659dd8d1')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"