summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2020-11-26 18:37:56 +0100
committerXorg2020-11-26 18:37:56 +0100
commit8a1980395b8aa305a93723c66d1e99f1539bca49 (patch)
tree146f7041beea7f7e11ade8ea5cd46570127023c2
parent8b336a506a1389598911f2a040a12aa12350ce6b (diff)
downloadaur-8a1980395b8aa305a93723c66d1e99f1539bca49.tar.gz
Fix optdepends as suggested by @twa022
cddb-py should no longer be an optdepend (python2 only). The disc I'd plugin is broken pending the merge of a new libdiscid based version. (https://github.com/exaile/exaile/pull/652) spydaap can be readded as an optdepend for the daap server and client (spydaap-git built against python3).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8619f803946..5c16eb3682c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exaile
pkgdesc = A full-featured Amarok-style media player for GTK+
pkgver = 4.1.0beta1
- pkgrel = 2
+ pkgrel = 3
url = https://www.exaile.org/
arch = any
license = GPL2
@@ -20,7 +20,7 @@ pkgbase = exaile
depends = python-cairo
depends = python-gobject
optdepends = udisks2: device detection
- optdepends = cddb-py: CD info
+ optdepends = spydaap: DAAP server
optdepends = python-zeroconf: DAAP plugins (daapserver and daapclient)
optdepends = ipython: ipconsole plugin
optdepends = python-pylast: Last.FM integration
diff --git a/PKGBUILD b/PKGBUILD
index 3a4c51432678..2e95882dbff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=exaile
_pkgver=4.1.0-beta1
pkgver=${_pkgver//-/}
-pkgrel=2
+pkgrel=3
pkgdesc="A full-featured Amarok-style media player for GTK+"
arch=('any')
url="https://www.exaile.org/"
@@ -27,7 +27,8 @@ depends=('python>=3.6'
makedepends=('pygobject-devel>=3.22.0' 'help2man')
checkdepends=('python-mox3' 'python-pytest')
optdepends=('udisks2: device detection'
- 'cddb-py: CD info'
+ #'python-discid: CD info'
+ 'spydaap: DAAP server'
'python-zeroconf: DAAP plugins (daapserver and daapclient)'
'ipython: ipconsole plugin'
'python-pylast: Last.FM integration'