summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--readme.install6
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a49db2d0b2..d42ce673a368 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kodi-standalone-service
pkgdesc = Systemd services to run kodi in stand-alone mode without a DE
pkgver = 1.120
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ffb0b93a2c5b..d27618111efe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kodi-standalone-service
pkgver=1.120
-pkgrel=1
+pkgrel=2
pkgdesc="Systemd services to run kodi in stand-alone mode without a DE"
# Do NOT attempt to use this package on Arch ARM! This is only for x86_64.
# You have been warned.
diff --git a/readme.install b/readme.install
index e384598d903f..8db0823675e0 100644
--- a/readme.install
+++ b/readme.install
@@ -1,10 +1,12 @@
post_remove() {
- echo "--> Optionally remove /var/lib/kodi/ if you wish to remove all data too"
+ echo "--> Optionally remove /var/lib/kodi/ if you wish to remove all data too."
}
post_install() {
echo "--> Optionally create /etc/conf.d/kodi-standalone if you need to pass"
- echo "--> any environment variables to the service"
+ echo "--> any environment variables to the service."
+ echo "--> User of PulseAudio will need to enalbe system mode"
+ echo "--> https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide"
post_upgrade
}