summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrystaly2017-08-01 12:57:30 +0200
committercrystaly2017-08-01 12:57:30 +0200
commitd21322111343aefd0116374e2b3836ff1c7f96bd (patch)
treea00de1e8e5fa6117d49774c860e3070840886bb9
parentdd6f87fc4f2a101ea99dc9d5a51c4d17b99946c8 (diff)
downloadaur-d21322111343aefd0116374e2b3836ff1c7f96bd.tar.gz
Add alsa-utils to build dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f289e719075..cc6486955e7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = spotify-connect-web
arch = armv7h
license = MIT
makedepends = git
+ makedepends = alsa-utils
depends = python2-flask
depends = python2-flask-bootstrap
depends = python2-flask-cors
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=()