summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Joram2023-05-22 12:54:16 +0300
committerPhilipp Joram2023-05-22 12:54:16 +0300
commitd4298950b3bb0bde4c68b6742cdc3bc6dddca090 (patch)
tree7f497742e95438cdf2576fb4ab224cda25ea55bd
parentb2d23285f9eda0500b2a59eabb61504f0a931971 (diff)
downloadaur-d4298950b3bb0bde4c68b6742cdc3bc6dddca090.tar.gz
Version 3.67.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15fafd520e60..588a65850e06 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.66.1
+ pkgver = 3.67.0
pkgrel = 1
url = https://github.com/jaedb/iris
arch = any
@@ -13,7 +13,7 @@ pkgbase = mopidy-iris
depends = python-setuptools
optdepends = mopidy-local: local library support
optdepends = mopidy-spotify: spotify support
- source = Mopidy-Iris-3.66.1.tar.gz::https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.66.1.tar.gz
- sha256sums = 73cd9e1e473f304abc0620c7b03dab710f7f2642d180381d103ae402c04d5667
+ source = Mopidy-Iris-3.67.0.tar.gz::https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.67.0.tar.gz
+ sha256sums = b06e39ea4f80d84e0f62f632f01c8aaec8842c75095f5ea5c066138a70f4de4e
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index 26c45ae07b93..822ed7b88bb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=Mopidy-Iris
pkgname=mopidy-iris
-pkgver=3.66.1
+pkgver=3.67.0
pkgrel=1
pkgdesc='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop)'
arch=('any')
@@ -15,7 +15,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel')
optdepends=('mopidy-local: local library support'
'mopidy-spotify: spotify support')
source=("${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('73cd9e1e473f304abc0620c7b03dab710f7f2642d180381d103ae402c04d5667')
+sha256sums=('b06e39ea4f80d84e0f62f632f01c8aaec8842c75095f5ea5c066138a70f4de4e')
build() {
cd "${_name}-$pkgver"