summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXorg2020-11-26 18:37:56 +0100
committerXorg2020-11-26 18:37:56 +0100
commit8a1980395b8aa305a93723c66d1e99f1539bca49 (patch)
tree146f7041beea7f7e11ade8ea5cd46570127023c2 /PKGBUILD
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).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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'