summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--readme.install2
3 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcb6485a3602..735335d547e5 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.124
- 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 a912cbb853d8..ef24239dd452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kodi-standalone-service
pkgver=1.124
-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 8db0823675e0..2ebe0f9b0662 100644
--- a/readme.install
+++ b/readme.install
@@ -5,8 +5,6 @@ post_remove() {
post_install() {
echo "--> Optionally create /etc/conf.d/kodi-standalone if you need to pass"
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
}