summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Jost2017-05-31 14:13:27 +0200
committerThomas Jost2017-05-31 14:13:27 +0200
commitf5113fc5a5ee86849b8ec415bbd1dde4ae54d0df (patch)
tree3c5387c80a09e026811b19b3699f1b2f1d53afd7 /PKGBUILD
parent4eec55282e730f5636cedd61811d86f7c5593270 (diff)
downloadaur-f5113fc5a5ee86849b8ec415bbd1dde4ae54d0df.tar.gz
Add optional (binary) deps to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b9576f59fb8..a0192321d96b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=spop-git
_pkgname=spop
pkgver=r328.1a26dec
-pkgrel=1
+pkgrel=2
pkgdesc="A Spotify client running as a daemon, similar to mpd."
arch=('i686' 'x86_64')
url='https://github.com/Schnouki/spop'
license=('GPL')
depends=('libspotify' 'json-glib')
-makedepends=('git' 'cmake' 'python')
+makedepends=('git' 'cmake' 'python' 'dbus-glib' 'libao' 'libnotify' 'libsoup' 'sox')
optdepends=(
'libao: libao audio output'
'sox: libsox audio output'