summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76b98374736a..1f289e719075 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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.r8.gf160e43
+ pkgver = 0.0.3.alpha.r16.g9a17414
pkgrel = 1
url = https://github.com/Fornoth/spotify-connect-web
install = spotify-connect-web.install
@@ -18,6 +16,7 @@ pkgbase = spotify-connect-web
depends = python2-pycparser
depends = python2
depends = alsa-utils
+ depends = python2-pylast
provides = spotify-connect-web
conflicts = spotify-connect-web
conflicts = python2-pyspotify-connect
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')