summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcrystaly2017-08-01 12:57:30 +0200
committercrystaly2017-08-01 12:57:30 +0200
commitd21322111343aefd0116374e2b3836ff1c7f96bd (patch)
treea00de1e8e5fa6117d49774c860e3070840886bb9 /PKGBUILD
parentdd6f87fc4f2a101ea99dc9d5a51c4d17b99946c8 (diff)
downloadaur-d21322111343aefd0116374e2b3836ff1c7f96bd.tar.gz
Add alsa-utils to build dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d99d6225757..d2e3bae43c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/Fornoth/spotify-connect-web"
license=('MIT')
groups=()
depends=('python2-flask' 'python2-flask-bootstrap' 'python2-flask-cors' 'python2-pyalsaaudio' 'python2-gevent' 'python2-cffi' 'python2-pycparser' 'python2' 'alsa-utils' 'python2-pylast')
-makedepends=('git')
+makedepends=('git' 'alsa-utils')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" 'python2-pyspotify-connect')
replaces=()