summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2020-07-26 15:49:46 +0200
committerMarcin Wieczorek2020-07-26 15:49:46 +0200
commit962053d572cd7672f8009dec990a0e64fd17fd05 (patch)
treefa4e84bab857f5d25173959c6c8266987f57f55f
parent6a04153c4b3717d6238aa6e878d42395d41c10cb (diff)
downloadaur-962053d572cd7672f8009dec990a0e64fd17fd05.tar.gz
Version 3.50.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80baaab8de5b..2ae00955c22c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,16 +5,13 @@ pkgbase = mopidy-iris
url = https://github.com/jaedb/iris
arch = any
license = APACHE
- makedepends = python
makedepends = python-setuptools
makedepends = python-pip
- depends = python
depends = mopidy>=3
- depends = mopidy-spotify
depends = python-configobj
- depends = mopidy-local
depends = python-pylast
- optdepends = mopidy-local-sqlite: local library support
+ optdepends = mopidy-local: local library support
+ optdepends = mopidy-spotify: spotify support
source = mopidy-iris-3.50.0.tar.gz::https://github.com/jaedb/Iris/archive/3.50.0.tar.gz
sha256sums = bfb19144de86264201d84c3f8a985794beb34a220686f7887a66f2e1b887a4a0
diff --git a/PKGBUILD b/PKGBUILD
index a5966e9c9f5d..9b0166b70aa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ pkgdesc='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks.
arch=('any')
url="https://github.com/jaedb/${_pkgname}"
license=('APACHE')
-depends=('python' 'mopidy>=3' 'mopidy-spotify' 'python-configobj'
- 'mopidy-local' 'python-pylast')
-makedepends=('python' 'python-setuptools' 'python-pip')
-optdepends=('mopidy-local-sqlite: local library support')
+depends=('mopidy>=3' 'python-configobj' 'python-pylast')
+makedepends=('python-setuptools' 'python-pip')
+optdepends=('mopidy-local: local library support'
+ 'mopidy-spotify: spotify support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jaedb/Iris/archive/${pkgver}.tar.gz")
sha256sums=('bfb19144de86264201d84c3f8a985794beb34a220686f7887a66f2e1b887a4a0')