summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-08-08 02:43:56 +0200
committerMarcin Wieczorek2017-08-08 02:43:56 +0200
commit8cb45277189ca62fcabc3b7bc9f35abc003a4007 (patch)
treee9b35f24d2760f474e31b2501846bc1017f62981
parentb93d07c5115cb4f3d1c2094d73f083af3423997d (diff)
downloadaur-8cb45277189ca62fcabc3b7bc9f35abc003a4007.tar.gz
Version 3.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a84f9cb72bd..85794c322418 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.2
+ pkgver = 3.1.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.1.2.tar.gz
- sha256sums = ef5aed2d2af5d4702a587146e3536f3b597547325f9b3383f7e9c22959c2b0e4
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.1.3.tar.gz
+ sha256sums = 2e18b96ab5eb4a12f457a51d9b94d2cb4bd70548d1f3b45f9194b7e7d8409890
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index a88961f38070..17e4b25705ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.1.2
+pkgver=3.1.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=('ef5aed2d2af5d4702a587146e3536f3b597547325f9b3383f7e9c22959c2b0e4')
+sha256sums=('2e18b96ab5eb4a12f457a51d9b94d2cb4bd70548d1f3b45f9194b7e7d8409890')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"