summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2019-05-18 10:47:44 -0400
committerTed Alff2019-05-18 10:47:44 -0400
commit35a12d6b7879864eb5fb11b02cdcb060f723f0c9 (patch)
tree5aaaf4c25f059c8d07a61f386087d774529617ce /PKGBUILD
parent38674241b730f30b7831daba7db05ad658ce10c4 (diff)
downloadaur-35a12d6b7879864eb5fb11b02cdcb060f723f0c9.tar.gz
Add spydaap as optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbab226f729f..82dd2aa8653e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=exaile
pkgname=${_pkgname}-git
-pkgver=4.0.0+rc3+79+gac165d73
+pkgver=4.0.0+rc4+12+g4623a05c
pkgrel=1
pkgdesc="music player for gnome, similar to KDEs amarok"
arch=('x86_64' 'i686')
@@ -27,7 +27,8 @@ optdepends=('python2-feedparser: podcasts plugin'
'ipython2: Ipython console plugin'
'python2-pylast: Last.fm loved tracks plugin'
'gst-plugins-bad: Additional audio codecs'
- 'gst-plugins-ugly: Additional audio codecs')
+ 'gst-plugins-ugly: Additional audio codecs'
+ 'spydaap-git: DAAP server/client')
provides=("${_pkgname}=${pkgver%%+*}")
conflicts=("${_pkgname}")