summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-04-16 15:10:45 +0200
committerMarcin Wieczorek2018-04-16 15:10:45 +0200
commitad85eacf6f8e1e7a3ca2343563aa8dd443ee3c17 (patch)
treed295804fc02f20a8ff0d0742336d32a882f14c7c
parent578e0ebff37a2276bbfcf25f5afafa9c1d22fc15 (diff)
downloadaur-ad85eacf6f8e1e7a3ca2343563aa8dd443ee3c17.tar.gz
Version 3.16.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad016774ed81..4029ccee9bd7 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.16.1
+ pkgver = 3.16.3
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.16.1.tar.gz
- sha256sums = 5e6d02f646f7e493ec2b2613a81977afa84c568e23a2026222234ae3fa7da0e5
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.16.3.tar.gz
+ sha256sums = 0d2c50115d921581491f1ce20b3bcbc3c7df62ba2b4f6dbbba0a064971deb4fd
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index d83494bf7772..53bda07af252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.16.1
+pkgver=3.16.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=('5e6d02f646f7e493ec2b2613a81977afa84c568e23a2026222234ae3fa7da0e5')
+sha256sums=('0d2c50115d921581491f1ce20b3bcbc3c7df62ba2b4f6dbbba0a064971deb4fd')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"