summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7b876ca9b6b..0e2490d4f237 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.49.0
+ pkgver = 3.50.0
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -15,8 +15,8 @@ pkgbase = mopidy-iris
depends = mopidy-local-images
depends = python-pylast
optdepends = mopidy-local-sqlite: local library support
- source = mopidy-iris-3.49.0.tar.gz::https://github.com/jaedb/Iris/archive/3.49.0.tar.gz
- sha256sums = d914b66da2391159429f5c968eede50c6cea68608eee1ae01fa18a3ca7164265
+ source = mopidy-iris-3.50.0.tar.gz::https://github.com/jaedb/Iris/archive/3.50.0.tar.gz
+ sha256sums = bfb19144de86264201d84c3f8a985794beb34a220686f7887a66f2e1b887a4a0
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 4ad1861151fa..48914f61e6eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.49.0
+pkgver=3.50.0
pkgrel=1
pkgdesc='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop)'
arch=('any')
@@ -14,7 +14,7 @@ depends=('python' 'mopidy>=3' 'mopidy-spotify' 'python-configobj'
makedepends=('python' 'python-setuptools' 'python-pip')
optdepends=('mopidy-local-sqlite: local library support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jaedb/Iris/archive/${pkgver}.tar.gz")
-sha256sums=('d914b66da2391159429f5c968eede50c6cea68608eee1ae01fa18a3ca7164265')
+sha256sums=('bfb19144de86264201d84c3f8a985794beb34a220686f7887a66f2e1b887a4a0')
package() {
cd "${srcdir}/Iris-${pkgver}"