summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"