summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e2490d4f237..80baaab8de5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = mopidy-iris
depends = mopidy>=3
depends = mopidy-spotify
depends = python-configobj
- depends = mopidy-local-images
+ depends = mopidy-local
depends = python-pylast
optdepends = mopidy-local-sqlite: local library support
source = mopidy-iris-3.50.0.tar.gz::https://github.com/jaedb/Iris/archive/3.50.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 48914f61e6eb..a5966e9c9f5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="https://github.com/jaedb/${_pkgname}"
license=('APACHE')
depends=('python' 'mopidy>=3' 'mopidy-spotify' 'python-configobj'
- 'mopidy-local-images' 'python-pylast')
+ 'mopidy-local' 'python-pylast')
makedepends=('python' 'python-setuptools' 'python-pip')
optdepends=('mopidy-local-sqlite: local library support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jaedb/Iris/archive/${pkgver}.tar.gz")