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 2984f70154b9..daf4886f08f7 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.0.4
+ pkgver = 3.0.5
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.0.4.tar.gz
- sha256sums = 008df82c8226461eb9e27be37254624ff4c149c44854f3e4b8bc9661f74c9367
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.0.5.tar.gz
+ sha256sums = c927ecb9c2276126b0856a32a798ca7cca9e98d314eff131f923e818ebbf4b65
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 2596f4f0780c..8fc1d682154a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.0.4
+pkgver=3.0.5
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=('008df82c8226461eb9e27be37254624ff4c149c44854f3e4b8bc9661f74c9367')
+sha256sums=('c927ecb9c2276126b0856a32a798ca7cca9e98d314eff131f923e818ebbf4b65')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"