summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Joram2022-06-27 13:10:28 +0300
committerPhilipp Joram2022-06-27 13:10:28 +0300
commit23e232f595e0af5c71a332c5bfe083a1b0604ee3 (patch)
tree67027269a5370f35ee308520d3fb2a59f7434fc3
parentfd4d4e1f91c2c25e568ad7339738902079df88c8 (diff)
downloadaur-23e232f595e0af5c71a332c5bfe083a1b0604ee3.tar.gz
Version 3.64.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 761bbddb5f3d..e4e8c53b6bb8 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.63.0
+ pkgver = 3.64.0
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.63.0.tar.gz::https://pypi.io/packages/source/M/Mopidy-Iris/Mopidy-Iris-3.63.0.tar.gz
- sha256sums = 65aff39cff95d0d462b5993ebcdf5fd4cc1d0c9df26a5bf6b525925bd2d63140
+ 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
pkgname = mopidy-iris
diff --git a/PKGBUILD b/PKGBUILD
index edd2060db994..378951072fa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=iris
pkgname=mopidy-${_pkgname}
-pkgver=3.63.0
+pkgver=3.64.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-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=('65aff39cff95d0d462b5993ebcdf5fd4cc1d0c9df26a5bf6b525925bd2d63140')
+sha256sums=('6c0b4de663e39abb6ecbad38fcf22bad04cc864fabfec31e273d5848df385d18')
package() {
cd "${srcdir}/Mopidy-Iris-${pkgver}"