summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-09-16 00:11:55 +0200
committerMarcin Wieczorek2017-09-16 00:11:55 +0200
commit993b5bd877c4e205a09f094b5380dd1069b81656 (patch)
treedd401409394d939a192271e8dee12897a4df6eb2
parentd90a7c5d52a5d11f630db4475ea71b711611d75b (diff)
downloadaur-993b5bd877c4e205a09f094b5380dd1069b81656.tar.gz
Version 3.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0a7e36acbd3..610667ae5d44 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.4.1
+ pkgver = 3.4.3
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -16,8 +16,8 @@ pkgbase = mopidy-iris
depends = python2-spotipy
depends = python2-pylast
optdepends = mopidy-local-sqlite: local library support
- source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.4.1.tar.gz
- sha256sums = fd2d96bea32319b55bfe5b471c3de8e39db917f241d9276d9f7e945dac90d211
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.4.3.tar.gz
+ sha256sums = 891fa5ed9e5f88d9f51e81f529ba3230fe7b30964b04cc91212a6d624f62bacd
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 655613ac5f51..314ee8b5aa11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.4.1
+pkgver=3.4.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=('fd2d96bea32319b55bfe5b471c3de8e39db917f241d9276d9f7e945dac90d211')
+sha256sums=('891fa5ed9e5f88d9f51e81f529ba3230fe7b30964b04cc91212a6d624f62bacd')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"