summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-01-31 17:47:25 +0100
committerMarcin Wieczorek2018-01-31 17:47:25 +0100
commitcbb099ba6ab7f713913275d45b1a6e2e9f995feb (patch)
treec850af4682b0858c6a49e63aabce029f6d6b88dc
parentc6e154d5c72d5a86bc14bb80f0640cdfba8debb9 (diff)
downloadaur-cbb099ba6ab7f713913275d45b1a6e2e9f995feb.tar.gz
Version 3.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index add61e642fb7..9e86598a7aef 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.11.0
+ pkgver = 3.12.0
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -16,8 +16,8 @@ pkgbase = mopidy-iris
depends = python2-pylast
depends = python2-raven
optdepends = mopidy-local-sqlite: local library support
- source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.11.0.tar.gz
- sha256sums = 18ee333233db1e536a30ff5cef1e978e6d29df79522a3034d86985bdcbb037a9
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.12.0.tar.gz
+ sha256sums = 351fed6ef642afaa546baff4334fd96ac27818d1ad6e6470bbe32f621abf06ae
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 3598b46ccc3b..42bef670ab21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.11.0
+pkgver=3.12.0
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=('18ee333233db1e536a30ff5cef1e978e6d29df79522a3034d86985bdcbb037a9')
+sha256sums=('351fed6ef642afaa546baff4334fd96ac27818d1ad6e6470bbe32f621abf06ae')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"