summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2021-07-19 12:29:39 -0400
committergraysky2021-07-19 12:29:39 -0400
commitaebca6ab4a05c28e1aeaeb458787a9c83fb4a37a (patch)
tree5680051571380cc375db0f6021977331ac3691ee /PKGBUILD
parentcf016e897bbc045ccfc85aba2207b0934a81facf (diff)
downloadaur-aebca6ab4a05c28e1aeaeb458787a9c83fb4a37a.tar.gz
Update to 1.132-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0137a5547df8..6ff484b583fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
pkgname=kodi-standalone-service
pkgver=1.132
-pkgrel=2
+pkgrel=3
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.
-arch=('x86_64')
+arch=(x86_64)
url="https://github.com/graysky2/kodi-standalone-service"
-license=('MIT')
+license=(MIT)
install=readme.install
-depends=('polkit' 'kodi')
-replaces=('kodi-standalone-x11-service' 'kodi-standalone-gbm-service' 'kodi-standalone-wayland-service')
+depends=(polkit kodi)
+replaces=(kodi-standalone-x11-service kodi-standalone-gbm-service kodi-standalone-wayland-service)
+backup=(etc/conf.d/kodi-standalone)
optdepends=(
'cage: for kodi-wayland.service'
'xorg-server: for kodi-x11.service'