summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 107c91705c2d..76b98374736a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 24 19:25:43 UTC 2016
+# Fri Sep 23 09:14:54 UTC 2016
pkgbase = spotify-connect-web
pkgdesc = Simple Web client for accessing Spotify connect api (Raspberry Pi 2)
- pkgver = 0.0.3.alpha.r6.g565767b
+ pkgver = 0.0.3.alpha.r8.gf160e43
pkgrel = 1
url = https://github.com/Fornoth/spotify-connect-web
install = spotify-connect-web.install
@@ -17,6 +17,7 @@ pkgbase = spotify-connect-web
depends = python2-cffi
depends = python2-pycparser
depends = python2
+ depends = alsa-utils
provides = spotify-connect-web
conflicts = spotify-connect-web
conflicts = python2-pyspotify-connect
diff --git a/PKGBUILD b/PKGBUILD
index 35a6dac25298..187ef216557b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: crystaly <crystaly [ at ] posteo [ dot ] de>
pkgname=spotify-connect-web
-pkgver=0.0.3.alpha.r6.g565767b
+pkgver=0.0.3.alpha.r8.gf160e43
pkgrel=1
pkgdesc="Simple Web client for accessing Spotify connect api (Raspberry Pi 2)"
arch=('armv7h')
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')
+depends=('python2-flask' 'python2-flask-bootstrap' 'python2-flask-cors' 'python2-pyalsaaudio' 'python2-gevent' 'python2-cffi' 'python2-pycparser' 'python2' 'alsa-utils')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" 'python2-pyspotify-connect')