summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3df4c93bb771..fe01b28c2c96 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.32.4
+ pkgver = 3.33.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.32.4.tar.gz
- sha256sums = eff856e91d900999177435347255fdff2a89d72b3f0b2dbfaca45945fb6c6399
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.33.0.tar.gz
+ sha256sums = b5edf6803c13b903f36ea70454a4ac1bbfc16fe60cd426e523ea5b5da7cc003c
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index a65a3522e33f..13b99fe9e6f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.32.4
+pkgver=3.33.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=('eff856e91d900999177435347255fdff2a89d72b3f0b2dbfaca45945fb6c6399')
+sha256sums=('b5edf6803c13b903f36ea70454a4ac1bbfc16fe60cd426e523ea5b5da7cc003c')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"