summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-06-26 23:35:40 +0200
committerMarcin Wieczorek2017-06-26 23:35:40 +0200
commiteca26ede6515a89b4d9cf9680aac1375ff516553 (patch)
treeccf240f3ce91130894c430f152c06ec43cc5757c
parentd89fa436be041cac09b52b8863d7eadd1b39e4bc (diff)
downloadaur-eca26ede6515a89b4d9cf9680aac1375ff516553.tar.gz
Version 3.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da78fc0223cb..2f23293f7144 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 = 2.14.5
+ pkgver = 3.0.1
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-2.14.5.tar.gz
- sha256sums = e2dc70c7d4f1f81a9976794c8aa819639fd6566893890bff63e2d510a8a99384
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.0.1.tar.gz
+ sha256sums = a7a2cc3c7599b2a5c88e46976dea569c06c6dc77ba30afc4678618322c881f89
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 157fbbc6a78d..874d61683fa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=2.14.5
+pkgver=3.0.1
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=('e2dc70c7d4f1f81a9976794c8aa819639fd6566893890bff63e2d510a8a99384')
+sha256sums=('a7a2cc3c7599b2a5c88e46976dea569c06c6dc77ba30afc4678618322c881f89')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"