summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--spotify-connect-web@.service2
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cfb35ec4bc4..5a0ac769d7dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Mar 4 09:25:30 UTC 2016
pkgbase = spotify-connect-web
pkgdesc = Simple Web client for accessing Spotify connect api (Raspberry Pi 2)
pkgver = r57.ef8430d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chukysoria/spotify-connect-web
install = spotify-connect-web.install
arch = armv7h
@@ -23,7 +25,7 @@ pkgbase = spotify-connect-web
source = 0001-Fix-0.8.patch
sha256sums = SKIP
sha256sums = 05a1d441fee75bae6d6b8c94538389e232bea79133cda673e780ca3b97e6a95d
- sha256sums = 44f94e2e9cfc2fad0a1e3318a222d0e461af3d2c70579ca95491593de5a08b9b
+ sha256sums = 94fd0aea7fd436764d68edb1c6089e805a83f47296a9f903e9640fa0529a2d04
sha256sums = 876ca4593670c1ca9b968e93413b90f51b4d10c325a7dbb313052037e6a9888c
sha256sums = 5cf33136d33b756e9ed55f92d579d4056df3338b58977d058e29b6c63865fba6
diff --git a/PKGBUILD b/PKGBUILD
index 83aa93b63a5f..0041a4a6ab0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: crystaly <crystaly@posteo.de>
+# Maintainer: crystaly <crystaly [ at ] posteo [ dot ] de>
pkgname=spotify-connect-web
pkgver=r57.ef8430d
-pkgrel=1
+pkgrel=2
pkgdesc="Simple Web client for accessing Spotify connect api (Raspberry Pi 2)"
arch=('armv7h')
url="https://github.com/chukysoria/spotify-connect-web"
@@ -23,7 +23,7 @@ source=('git+https://github.com/chukysoria/spotify-connect-web#branch=master'
noextract=()
sha256sums=('SKIP'
'05a1d441fee75bae6d6b8c94538389e232bea79133cda673e780ca3b97e6a95d'
- '44f94e2e9cfc2fad0a1e3318a222d0e461af3d2c70579ca95491593de5a08b9b'
+ '94fd0aea7fd436764d68edb1c6089e805a83f47296a9f903e9640fa0529a2d04'
'876ca4593670c1ca9b968e93413b90f51b4d10c325a7dbb313052037e6a9888c'
'5cf33136d33b756e9ed55f92d579d4056df3338b58977d058e29b6c63865fba6')
diff --git a/spotify-connect-web@.service b/spotify-connect-web@.service
index 0b2dc1a3812e..9a1dc87be5f1 100644
--- a/spotify-connect-web@.service
+++ b/spotify-connect-web@.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
User=%i
-ExecStart=/usr/bin/python2 /usr/lib/spotify-connect-web/main.py --key ${HOME}/.config/spotify-connect-web/spotify_appkey.key --credentials ${HOME}/.config/spotify-connect-web/credentials.json --bitrate 320 --name "SpotifyConnectWeb"
+ExecStart=/usr/bin/python2 /usr/lib/spotify-connect-web/main.py --key ${HOME}/.config/spotify-connect-web/spotify_appkey.key --credentials ${HOME}/.config/spotify-connect-web/credentials.json --bitrate 320 --name "SpotifyConnectWeb" --dbrange 50
#Restart=on-failure
[Install]