summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-06-26 21:46:20 +0200
committerMarcin Wieczorek2018-06-26 21:46:20 +0200
commitc10e6db7394ce5aeac21845993e9003a1a8e8ae4 (patch)
treeff7468b11611f6996c9e7c34640f23282d76704b
parent36783df2490e5b8cf4ac85509ee422ad9fb2fa50 (diff)
downloadaur-c10e6db7394ce5aeac21845993e9003a1a8e8ae4.tar.gz
Version 3.21.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d188ae3af96..250bcdc842d8 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.21.3
+ pkgver = 3.21.4
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -14,10 +14,9 @@ pkgbase = mopidy-iris
depends = python2-configobj
depends = mopidy-local-images
depends = python2-pylast
- depends = python2-raven
optdepends = mopidy-local-sqlite: local library support
- source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.21.3.tar.gz
- sha256sums = 8fee9355e05467b5cba982d31296a7b13e6a65a52b541220e023655cfe0fe53e
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.21.4.tar.gz
+ sha256sums = 7322dc7f5c8f28453df65ed54c770ee35bf9c81166c6e840ae54d81dae061cac
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 174b110224d7..be8b6451b0ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.21.3
+pkgver=3.21.4
pkgrel=1
pkgdesc='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop)'
arch=('any')
url="https://github.com/jaedb/${_pkgname}"
license=('APACHE')
depends=('python2' 'mopidy' 'mopidy-spotify' 'python2-configobj'
- 'mopidy-local-images' 'python2-pylast' 'python2-raven')
+ 'mopidy-local-images' 'python2-pylast')
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=('8fee9355e05467b5cba982d31296a7b13e6a65a52b541220e023655cfe0fe53e')
+sha256sums=('7322dc7f5c8f28453df65ed54c770ee35bf9c81166c6e840ae54d81dae061cac')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"