summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-07-07 00:06:53 +0200
committerMarcin Wieczorek2017-07-07 00:06:53 +0200
commitb67e6afc03bb91e2ac84fcbd2741664ae50c6248 (patch)
treec138f5727f293add2e231d23f1e550cd071b1714
parent2119cb6b2cedeec781a8345d7716b2d2978cb1a3 (diff)
downloadaur-b67e6afc03bb91e2ac84fcbd2741664ae50c6248.tar.gz
Version 3.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d82d063119b..2984f70154b9 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.0.3
+ pkgver = 3.0.4
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.0.3.tar.gz
- sha256sums = 593e3b92e8b167ccd9a790f9991dbd65e6189d4ac7eae03093c609fdf6cc1fc9
+ source = https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.0.4.tar.gz
+ sha256sums = 008df82c8226461eb9e27be37254624ff4c149c44854f3e4b8bc9661f74c9367
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 36022d313b69..2596f4f0780c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.0.3
+pkgver=3.0.4
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=('593e3b92e8b167ccd9a790f9991dbd65e6189d4ac7eae03093c609fdf6cc1fc9')
+sha256sums=('008df82c8226461eb9e27be37254624ff4c149c44854f3e4b8bc9661f74c9367')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"