summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-06-28 13:21:37 +0200
committerMarcin Wieczorek2017-06-28 13:21:37 +0200
commitd23bba470bb058037693e862bfdcd44058a5a0af (patch)
tree5dba6445f2476bc99e7d2f879cb53265151f6c4c
parenteca26ede6515a89b4d9cf9680aac1375ff516553 (diff)
downloadaur-d23bba470bb058037693e862bfdcd44058a5a0af.tar.gz
Version 3.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f23293f7144..526935a8a43a 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.1
+ pkgver = 3.0.2
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.1.tar.gz
- sha256sums = a7a2cc3c7599b2a5c88e46976dea569c06c6dc77ba30afc4678618322c881f89
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.0.2.tar.gz
+ sha256sums = bd7768b29c97b0cd19b458122cfaa6e710a277d907c4077a803a03d3e6202e16
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 874d61683fa7..e732bac418d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.0.1
+pkgver=3.0.2
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=('a7a2cc3c7599b2a5c88e46976dea569c06c6dc77ba30afc4678618322c881f89')
+sha256sums=('bd7768b29c97b0cd19b458122cfaa6e710a277d907c4077a803a03d3e6202e16')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"