summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-08-28 11:09:31 +0200
committerMarcin Wieczorek2018-08-28 11:09:31 +0200
commit5516628d2e9c55c895ffc95e48b2458f8f3f9e88 (patch)
tree110cccf34680d894533cb7aeb31278e731b42e00
parentae9f508edbdadd11b83838f087211195b5bd08b2 (diff)
downloadaur-5516628d2e9c55c895ffc95e48b2458f8f3f9e88.tar.gz
Version 3.25.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 307e80b1b8d6..a61c8e80f3cd 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.24.0
+ pkgver = 3.25.1
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -15,8 +15,8 @@ pkgbase = mopidy-iris
depends = mopidy-local-images
depends = python2-pylast
optdepends = mopidy-local-sqlite: local library support
- source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.24.0.tar.gz
- sha256sums = 4ff41cefa49aad5b7fdda4017637d08e5e48e8bb61ee2b934486c638d7ad5ea5
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.25.1.tar.gz
+ sha256sums = 93b6a3506a973c70599354bdd655123376b33f46985666791b74707ad0d61391
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 05e4e064e8a4..60b481075601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.24.0
+pkgver=3.25.1
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=('4ff41cefa49aad5b7fdda4017637d08e5e48e8bb61ee2b934486c638d7ad5ea5')
+sha256sums=('93b6a3506a973c70599354bdd655123376b33f46985666791b74707ad0d61391')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"