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 874bf9ef6f04..2a7f939aab4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Feb 22 13:34:45 UTC 2018
pkgbase = librespot-git
pkgdesc = Open Source Spotify client library
- pkgver = 523.3ce2211
+ pkgver = 1357.68bec41
pkgrel = 1
epoch = 1
url = https://github.com/librespot-org/librespot
@@ -22,4 +20,3 @@ pkgbase = librespot-git
sha256sums = SKIP
pkgname = librespot-git
-
diff --git a/PKGBUILD b/PKGBUILD
index dc57ac8037e0..3060c76ddbe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=librespot-git
_pkgname=librespot
-pkgver=523.3ce2211
+pkgver=1357.68bec41
pkgrel=1
epoch=1
pkgdesc="Open Source Spotify client library"
@@ -37,6 +37,8 @@ package()
"$pkgdir"/usr/bin/librespot
install -D -m 644 "$_pkgname"/contrib/librespot.service \
"$pkgdir"/usr/lib/systemd/system/librespot.service
+ install -D -m 644 "$_pkgname"/contrib/librespot.user.service \
+ "$pkgdir"/usr/lib/systemd/user/librespot.service
install -D -m 644 "$_pkgname"/LICENSE \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}