summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-12-30 13:36:59 +0100
committerMarcin Wieczorek2017-12-30 13:36:59 +0100
commit081cbda5b7474e24ec679f0842cef13c928d0f66 (patch)
treeda4ea7adccee56f9fa7c307efcc59e5fd4516406
parent67729f6865d9e6e27255783aaf15eafb1fe0a3d5 (diff)
downloadaur-081cbda5b7474e24ec679f0842cef13c928d0f66.tar.gz
Version 3.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15c0080f9816..5f7870aba62c 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.9.0
+ pkgver = 3.10.0
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -16,8 +16,8 @@ pkgbase = mopidy-iris
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.9.0.tar.gz
- sha256sums = e4b000e33952c89e1ffe641dd3d9ba4eadb132b989990547ec99bf4c5fdd92a0
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.10.0.tar.gz
+ sha256sums = f4a18693f5bc57e99c734f3c74930e72207f4ef30a7365f2404b900e4df81cb8
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 972463ba39f5..834e1eb96b48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.9.0
+pkgver=3.10.0
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=('e4b000e33952c89e1ffe641dd3d9ba4eadb132b989990547ec99bf4c5fdd92a0')
+sha256sums=('f4a18693f5bc57e99c734f3c74930e72207f4ef30a7365f2404b900e4df81cb8')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"