summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-03-21 19:36:20 +0100
committerMarcin Wieczorek2018-03-21 19:36:20 +0100
commit90f5d5ca0d1e189792197649a7b37064ed8c34be (patch)
tree290224f160ba8ab73d15139e0127e1e583ac72c5
parent5ecf6636307d652faad9c2b21d890bfd4f6790bb (diff)
downloadaur-90f5d5ca0d1e189792197649a7b37064ed8c34be.tar.gz
Version 3.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 712aa96f9c2a..bb2c5b46a828 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.14.0
+ pkgver = 3.14.2
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.14.0.tar.gz
- sha256sums = 2c0ec5138e554e91d299ac72a7049bc00d77770a08c16c17e1a9df7f8ef42feb
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.14.2.tar.gz
+ sha256sums = ea3bd19136a66903946ecf22a21945c11c78147ff8f3ce1f287ef142e6774ea5
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 48ca4df8957a..3895a38bd9d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.14.0
+pkgver=3.14.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=('2c0ec5138e554e91d299ac72a7049bc00d77770a08c16c17e1a9df7f8ef42feb')
+sha256sums=('ea3bd19136a66903946ecf22a21945c11c78147ff8f3ce1f287ef142e6774ea5')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"