diff options
author | Philipp Joram | 2023-08-13 09:23:11 +0200 |
---|---|---|
committer | Philipp Joram | 2023-08-13 09:23:11 +0200 |
commit | 8ada3de32c9ee278900d44a17af485870039ecfe (patch) | |
tree | 5e75dd6accb1abe1088c0b46751e9ffdb0c8a7e5 | |
parent | d4298950b3bb0bde4c68b6742cdc3bc6dddca090 (diff) | |
download | aur-mopidy-iris.tar.gz |
Version 3.68.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mopidy-iris pkgdesc = A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop) - pkgver = 3.67.0 + pkgver = 3.68.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.67.0.tar.gz::https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.67.0.tar.gz - sha256sums = b06e39ea4f80d84e0f62f632f01c8aaec8842c75095f5ea5c066138a70f4de4e + source = Mopidy-Iris-3.68.0.tar.gz::https://files.pythonhosted.org/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.68.0.tar.gz + sha256sums = 55cb30b1d04124d9b2daf741dc00e44b90f194e0c55980fa1f1d76cd893e2464 pkgname = mopidy-iris @@ -4,7 +4,7 @@ _name=Mopidy-Iris pkgname=mopidy-iris -pkgver=3.67.0 +pkgver=3.68.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=('b06e39ea4f80d84e0f62f632f01c8aaec8842c75095f5ea5c066138a70f4de4e') +sha256sums=('55cb30b1d04124d9b2daf741dc00e44b90f194e0c55980fa1f1d76cd893e2464') build() { cd "${_name}-$pkgver" |