diff options
author | Philipp Joram | 2022-08-04 10:47:36 +0300 |
---|---|---|
committer | Philipp Joram | 2022-08-04 10:47:36 +0300 |
commit | 5f8f22287fe77f39e0f6632ca0d7e30f61d3ec07 (patch) | |
tree | 24431dcafb94681ca5d1d698c10135e539a23002 | |
parent | 23e232f595e0af5c71a332c5bfe083a1b0604ee3 (diff) | |
download | aur-5f8f22287fe77f39e0f6632ca0d7e30f61d3ec07.tar.gz |
Version 3.64.1
-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.64.0 + pkgver = 3.64.1 pkgrel = 1 url = https://github.com/jaedb/iris arch = any @@ -12,7 +12,7 @@ pkgbase = mopidy-iris depends = python-pylast optdepends = mopidy-local: local library support optdepends = mopidy-spotify: spotify support - source = mopidy-iris-3.64.0.tar.gz::https://pypi.io/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.64.0.tar.gz - sha256sums = 6c0b4de663e39abb6ecbad38fcf22bad04cc864fabfec31e273d5848df385d18 + source = mopidy-iris-3.64.1.tar.gz::https://pypi.io/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.64.1.tar.gz + sha256sums = 905493a9b8872ce68b2f2d7e9331b1781cfbf88ced80801c670152338ae34176 pkgname = mopidy-iris @@ -4,7 +4,7 @@ _pkgname=iris pkgname=mopidy-${_pkgname} -pkgver=3.64.0 +pkgver=3.64.1 pkgrel=1 pkgdesc='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks. (Formerly Spotmop)' arch=('any') @@ -15,7 +15,7 @@ makedepends=('python-setuptools' 'python-pip') optdepends=('mopidy-local: local library support' 'mopidy-spotify: spotify support') source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/M/Mopidy-Iris/Mopidy-Iris-${pkgver}.tar.gz") -sha256sums=('6c0b4de663e39abb6ecbad38fcf22bad04cc864fabfec31e273d5848df385d18') +sha256sums=('905493a9b8872ce68b2f2d7e9331b1781cfbf88ced80801c670152338ae34176') package() { cd "${srcdir}/Mopidy-Iris-${pkgver}" |