summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-09-28 01:38:04 +0200
committerMarcin Wieczorek2017-09-28 01:38:04 +0200
commitba583baaf3fb7e19c6db4f4e977743dcc2797b38 (patch)
tree62448b811cd4207882017f2481a8c8564dac7864
parent3625ce2bc5537ba4005cef2228e68094c0eece43 (diff)
downloadaur-ba583baaf3fb7e19c6db4f4e977743dcc2797b38.tar.gz
Version 3.4.8
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55492d56f1c9..b2a499ccd1af 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.4.5
+ pkgver = 3.4.8
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -15,9 +15,10 @@ pkgbase = mopidy-iris
depends = mopidy-local-images
depends = python2-spotipy
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.4.5.tar.gz
- sha256sums = d26fb74a2f20848d57468a21d4d393d51d50ab38bfe18a31e24a4e250698179c
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.4.8.tar.gz
+ sha256sums = 6f2f8ee735f9790bf65bc2ed2eadfb380841ca0b292e0730b724a60e7a7db21d
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index bac8dda1e59f..9ca39d0cb8be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,19 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.4.5
+pkgver=3.4.8
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-spotipy' 'python2-pylast')
+ 'mopidy-local-images' 'python2-spotipy' 'python2-pylast'
+ 'python2-raven')
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=('d26fb74a2f20848d57468a21d4d393d51d50ab38bfe18a31e24a4e250698179c')
+sha256sums=('6f2f8ee735f9790bf65bc2ed2eadfb380841ca0b292e0730b724a60e7a7db21d')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"