summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-07-31 15:52:12 +0200
committerMarcin Wieczorek2017-07-31 15:52:12 +0200
commitb93d07c5115cb4f3d1c2094d73f083af3423997d (patch)
tree0e43ddb0ac2688534ae2a4e4f8e16983003bfc9c
parent9a1143f055515c97e698698c177fa8c7be018063 (diff)
downloadaur-b93d07c5115cb4f3d1c2094d73f083af3423997d.tar.gz
Version 3.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f2d20ff85e6..6a84f9cb72bd 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.1.1
+ pkgver = 3.1.2
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.1.1.tar.gz
- sha256sums = 75caefe04b5eec5d23c8d1b76cbe2671086efd16c77e8700856b0af9516eae1e
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.1.2.tar.gz
+ sha256sums = ef5aed2d2af5d4702a587146e3536f3b597547325f9b3383f7e9c22959c2b0e4
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 739995bc65d4..a88961f38070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.1.1
+pkgver=3.1.2
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=('75caefe04b5eec5d23c8d1b76cbe2671086efd16c77e8700856b0af9516eae1e')
+sha256sums=('ef5aed2d2af5d4702a587146e3536f3b597547325f9b3383f7e9c22959c2b0e4')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"