summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-02-04 11:09:58 +0100
committerMarcin Wieczorek2018-02-04 11:09:58 +0100
commitb3d1e00ed10e2bfdd6912502aad85d6031e738f8 (patch)
tree0612879e53da618560ffdd179ff0fc2eea75d4d2
parent336f16c1437977c47a7d30d200b297b2c4db529c (diff)
downloadaur-b3d1e00ed10e2bfdd6912502aad85d6031e738f8.tar.gz
Version 3.12.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80229d948e51..02b47d61cacc 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.12.1
+ pkgver = 3.12.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.12.1.tar.gz
- sha256sums = 1dda7f845a5e21b7680c93af523c30103e862cf6b3232ba4ecb7d0d265608b16
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.12.3.tar.gz
+ sha256sums = 973e6366eeeff9be3c6d763ac2c9f973fd98d44194f6494c5e498b1b74a637bd
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 21562040defe..072e7b68c550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.12.1
+pkgver=3.12.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=('1dda7f845a5e21b7680c93af523c30103e862cf6b3232ba4ecb7d0d265608b16')
+sha256sums=('973e6366eeeff9be3c6d763ac2c9f973fd98d44194f6494c5e498b1b74a637bd')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"