summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcrystaly2017-08-01 12:54:34 +0200
committercrystaly2017-08-01 12:54:34 +0200
commitdd6f87fc4f2a101ea99dc9d5a51c4d17b99946c8 (patch)
tree065225098ff28cdf3e1248e5fc88bf161547c59b /PKGBUILD
parent163c0e4af45e9c10aec37db590a091b0828e2c2b (diff)
downloadaur-dd6f87fc4f2a101ea99dc9d5a51c4d17b99946c8.tar.gz
Add pylast dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 187ef216557b..7d99d6225757 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.r8.gf160e43
+pkgver=0.0.3.alpha.r16.g9a17414
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' 'alsa-utils')
+depends=('python2-flask' 'python2-flask-bootstrap' 'python2-flask-cors' 'python2-pyalsaaudio' 'python2-gevent' 'python2-cffi' 'python2-pycparser' 'python2' 'alsa-utils' 'python2-pylast')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" 'python2-pyspotify-connect')