summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2019-05-10 22:49:28 +0200
committerMarcin Wieczorek2019-05-10 22:49:28 +0200
commit6585fdf8a74e83e00fc96bbcf108487bb08b98d6 (patch)
tree9f1f7d8ecd52356c095a19be06575500a0cdba59
parent601a528d0ef868595abbec50fc38cb1325da3d1f (diff)
downloadaur-6585fdf8a74e83e00fc96bbcf108487bb08b98d6.tar.gz
Version 3.37.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe01b28c2c96..8df5fd471c24 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.33.0
+ pkgver = 3.37.1
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -15,8 +15,8 @@ pkgbase = mopidy-iris
depends = mopidy-local-images
depends = python2-pylast
optdepends = mopidy-local-sqlite: local library support
- source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.33.0.tar.gz
- sha256sums = b5edf6803c13b903f36ea70454a4ac1bbfc16fe60cd426e523ea5b5da7cc003c
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.37.1.tar.gz
+ sha256sums = 942669412d3bbd95b861115a30df7a8218b28165d4d65abd5560ab334d218f61
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 13b99fe9e6f6..dbfbc7ba2325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.33.0
+pkgver=3.37.1
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=('b5edf6803c13b903f36ea70454a4ac1bbfc16fe60cd426e523ea5b5da7cc003c')
+sha256sums=('942669412d3bbd95b861115a30df7a8218b28165d4d65abd5560ab334d218f61')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"