summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-07-04 15:55:37 +0200
committerMarcin Wieczorek2017-07-04 15:55:37 +0200
commit2119cb6b2cedeec781a8345d7716b2d2978cb1a3 (patch)
tree5b5a0851a6931564861691ff1207438ed023684d
parentd23bba470bb058037693e862bfdcd44058a5a0af (diff)
downloadaur-2119cb6b2cedeec781a8345d7716b2d2978cb1a3.tar.gz
Version 3.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 526935a8a43a..2d82d063119b 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.2
+ pkgver = 3.0.3
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.2.tar.gz
- sha256sums = bd7768b29c97b0cd19b458122cfaa6e710a277d907c4077a803a03d3e6202e16
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.0.3.tar.gz
+ sha256sums = 593e3b92e8b167ccd9a790f9991dbd65e6189d4ac7eae03093c609fdf6cc1fc9
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index e732bac418d8..36022d313b69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.0.2
+pkgver=3.0.3
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=('bd7768b29c97b0cd19b458122cfaa6e710a277d907c4077a803a03d3e6202e16')
+sha256sums=('593e3b92e8b167ccd9a790f9991dbd65e6189d4ac7eae03093c609fdf6cc1fc9')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"