summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--librespot.service1
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d66de825a41f..a89cf56f74ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Sep 5 20:28:06 UTC 2016
+# Wed Sep 7 17:29:09 UTC 2016
pkgbase = librespot-git
pkgdesc = An open source client library for Spotify.
pkgver = 218.f79df63
@@ -17,9 +17,9 @@ pkgbase = librespot-git
source = git+https://github.com/plietar/librespot
source = librespot.conf
source = librespot.service
- sha1sums = SKIP
- sha1sums = b9c3c0bb96ab42d9bbe9f61ab9d84486a511e776
- sha1sums = 19348db822d42008fe0a3c55cb00c57fc54ebe5f
+ sha256sums = SKIP
+ sha256sums = 3d48207e0be5cf2e68a9ecfd8f418aa1d71fa7f97d562780aa73d2db1a46cac5
+ sha256sums = c41110008b16929c7e5f71512cea8dcf92fab36455a61bc2d56ced731918c602
pkgname = librespot-git
diff --git a/PKGBUILD b/PKGBUILD
index a30469c2c91f..fa4047ad1b89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,9 @@ conflicts=('librespot')
source=('git+https://github.com/plietar/librespot'
'librespot.conf'
'librespot.service')
-sha1sums=('SKIP'
- 'b9c3c0bb96ab42d9bbe9f61ab9d84486a511e776'
- '19348db822d42008fe0a3c55cb00c57fc54ebe5f')
+sha256sums=('SKIP'
+ '3d48207e0be5cf2e68a9ecfd8f418aa1d71fa7f97d562780aa73d2db1a46cac5'
+ 'c41110008b16929c7e5f71512cea8dcf92fab36455a61bc2d56ced731918c602')
pkgver()
{
diff --git a/librespot.service b/librespot.service
index 4be50d2c1ef3..7c7c2b7ca307 100644
--- a/librespot.service
+++ b/librespot.service
@@ -9,6 +9,7 @@ ExecStart=/usr/bin/librespot \
--bitrate ${LIBRESPOT_BITRATE} \
--username ${LIBRESPOT_USERNAME} \
--password ${LIBRESPOT_PASSWORD}
+Restart=always
[Install]
WantedBy=default.target