summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-04-02 15:33:53 +0200
committerMarcin Wieczorek2018-04-02 15:33:53 +0200
commit0cff2434a09e9c572342db6f7b127672d803159b (patch)
tree0d9818954e967b8c884c6f140daf96cd6131b5da
parent1dfa80e25bf1df0751b292c23637905cb94946d1 (diff)
downloadaur-0cff2434a09e9c572342db6f7b127672d803159b.tar.gz
Version 3.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 377a5e3d7164..bac4d69e2c63 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.15.0
+ pkgver = 3.16.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.15.0.tar.gz
- sha256sums = fefa3f2b61f464d3bcce913d0f90190f0755239080f6afe32910ed5620d31be5
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.16.0.tar.gz
+ sha256sums = efd0ad22495f048c233cfb918bd2969e7dfc14e5cde84f05b0e024bb85546337
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index d71bc0247a97..5387f8b62e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.15.0
+pkgver=3.16.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=('fefa3f2b61f464d3bcce913d0f90190f0755239080f6afe32910ed5620d31be5')
+sha256sums=('efd0ad22495f048c233cfb918bd2969e7dfc14e5cde84f05b0e024bb85546337')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"