summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroschwede2016-03-05 22:34:51 +0100
committeroschwede2016-03-05 22:37:00 +0100
commit60bf4ac57e7679374bef27b81362bc43f60cb9ef (patch)
treebd47cdd8bb0036cd27bdccc16d36fc0ffca78451
parent59bf188bd98d62d2483ce888a02e707e173f23cb (diff)
downloadaur-60bf4ac57e7679374bef27b81362bc43f60cb9ef.tar.gz
Enable debug logging to work around segfault with --dbrange
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--spotify-connect-web@.service2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a0ac769d7dc..df4fd35660e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Mar 4 09:25:30 UTC 2016
+# Sat Mar 5 21:36:02 UTC 2016
pkgbase = spotify-connect-web
pkgdesc = Simple Web client for accessing Spotify connect api (Raspberry Pi 2)
pkgver = r57.ef8430d
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/chukysoria/spotify-connect-web
install = spotify-connect-web.install
arch = armv7h
@@ -25,7 +25,7 @@ pkgbase = spotify-connect-web
source = 0001-Fix-0.8.patch
sha256sums = SKIP
sha256sums = 05a1d441fee75bae6d6b8c94538389e232bea79133cda673e780ca3b97e6a95d
- sha256sums = 94fd0aea7fd436764d68edb1c6089e805a83f47296a9f903e9640fa0529a2d04
+ sha256sums = 2f418748822fb87caf84c603478be9e409651b6a62a5957882138b37b0b37987
sha256sums = 876ca4593670c1ca9b968e93413b90f51b4d10c325a7dbb313052037e6a9888c
sha256sums = 5cf33136d33b756e9ed55f92d579d4056df3338b58977d058e29b6c63865fba6
diff --git a/PKGBUILD b/PKGBUILD
index 0041a4a6ab0c..d95ba52f3b62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: crystaly <crystaly [ at ] posteo [ dot ] de>
pkgname=spotify-connect-web
pkgver=r57.ef8430d
-pkgrel=2
+pkgrel=3
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'
- '94fd0aea7fd436764d68edb1c6089e805a83f47296a9f903e9640fa0529a2d04'
+ '2f418748822fb87caf84c603478be9e409651b6a62a5957882138b37b0b37987'
'876ca4593670c1ca9b968e93413b90f51b4d10c325a7dbb313052037e6a9888c'
'5cf33136d33b756e9ed55f92d579d4056df3338b58977d058e29b6c63865fba6')
diff --git a/spotify-connect-web@.service b/spotify-connect-web@.service
index 9a1dc87be5f1..bc488de0b2a2 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" --dbrange 50
+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 -d
#Restart=on-failure
[Install]