summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-02-20 13:48:28 +0100
committerMarcin Wieczorek2018-02-20 13:48:28 +0100
commitc0975e60be82476a36f72e3d4b7a09ca36b9baa8 (patch)
tree4538f933c869144e76643c0e81d2a2081fc6760a
parenta942f6de4d7f7751fddaa9b9882737186c93fd37 (diff)
downloadaur-c0975e60be82476a36f72e3d4b7a09ca36b9baa8.tar.gz
Version 3.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bc947e77903..a0bbba65887d 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.12.4
+ pkgver = 3.13.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.12.4.tar.gz
- sha256sums = 0769aed27cd431939bd146078ad4208a59cb45e8ff9b34d6f299ac72adcbc44c
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.13.0.tar.gz
+ sha256sums = cc45240fcfc713d4480541a4015bc56e6de2848c7765af61666acd880c1acbf4
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 6a8ff7e78222..f5592acc1d1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.12.4
+pkgver=3.13.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=('0769aed27cd431939bd146078ad4208a59cb45e8ff9b34d6f299ac72adcbc44c')
+sha256sums=('cc45240fcfc713d4480541a4015bc56e6de2848c7765af61666acd880c1acbf4')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"