summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--readme.install4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fa7d47f8e85..1069d19ac20a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 8 13:42:00 UTC 2016
+# Tue Jun 21 00:35:41 UTC 2016
pkgbase = kodi-standalone-service
pkgdesc = Systemd service and user to run kodi in stand-alone mode
pkgver = 1.8
- pkgrel = 4
+ pkgrel = 5
url = https://wiki.archlinux.org/index.php/Kodi#Kodi-standalone-service
install = readme.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 162f60de7f42..12a0aa357f06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=kodi-standalone-service
pkgver=1.8
-pkgrel=4
+pkgrel=5
pkgdesc="Systemd service and user to run kodi in stand-alone mode"
# Arch ARM users do NOT attempt to use this package on Arch ARM!
# This is only for x86_64 and i686. You have been warned.
diff --git a/readme.install b/readme.install
index 24bdac1a257d..044d251aa72a 100644
--- a/readme.install
+++ b/readme.install
@@ -58,7 +58,7 @@ post_remove() {
}
pre_install() {
- if [ -f /usr/lib/systemd/system/xbmc.service]; then
+ if [ -f /usr/lib/systemd/system/xbmc.service ]; then
/usr/bin/systemctl status xbmc.service &>/dev/null
if [[ $? -eq 0 ]]; then
# xbmc is running via this service
@@ -70,7 +70,7 @@ pre_install() {
/bin/true
fi
- if [ -f /usr/lib/systemd/system/kodi.service]; then
+ if [ -f /usr/lib/systemd/system/kodi.service ]; then
/usr/bin/systemctl status kodi.service &>/dev/null
if [[ $? -eq 0 ]]; then
# kodi is running via this service