summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-09-09 00:16:37 +0200
committerMarcin Wieczorek2017-09-09 00:16:37 +0200
commitd462a63af57cdd9a0e8de475820e3dd61f25a1ce (patch)
tree86c4ff9c4ebe593c5396e72bd67293bd573939bb
parente00f7433d0bd128c14ef66e12547b53c9ec6d8e7 (diff)
downloadaur-d462a63af57cdd9a0e8de475820e3dd61f25a1ce.tar.gz
Version 3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb321082cc3e..ef58719873ce 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.3
+ pkgver = 3.4.0
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.3.tar.gz
- sha256sums = 181e610d960e758c7b5690b7cdca5c629504bc0ae2a7dec7ba82d5b6659dd8d1
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.4.0.tar.gz
+ sha256sums = 6f0f29b6b40abecf3e75b0ac1427c29abdffa00e81e71254a4de764f1723af50
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 19cfc0ba7eb2..8ba621f1c1a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.3.3
+pkgver=3.4.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=('181e610d960e758c7b5690b7cdca5c629504bc0ae2a7dec7ba82d5b6659dd8d1')
+sha256sums=('6f0f29b6b40abecf3e75b0ac1427c29abdffa00e81e71254a4de764f1723af50')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"