summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2020-10-11 17:39:31 -0400
committergraysky2020-10-11 17:39:31 -0400
commitbc199d82679cad9f16006b100dfeadf439d4e8b3 (patch)
tree7b3db09faf4e8fb95bdf226fab27d3e96dbe0c85 /PKGBUILD
parentae3943272cf4fc6917b20d0812cdfa6c60876203 (diff)
downloadaur-bc199d82679cad9f16006b100dfeadf439d4e8b3.tar.gz
Update to 1.107-5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15da257be81f..9318f82bbe46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=kodi-standalone-service
pkgname=(kodi-standalone-x11-service kodi-standalone-gbm-service kodi-standalone-wayland-service)
pkgver=1.107
-pkgrel=4
+pkgrel=5
pkgdesc="Systemd service 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.
@@ -17,6 +17,7 @@ b2sums=('e28940bb2a19e55e3ff0115f45416235532272473a7f6e07d96f3d8b6162cbf67581347
package_kodi-standalone-x11-service() {
replaces=('kodi-standalone-service')
conflicts=('kodi-standalone-service')
+ provides=('kodi-standalone-service')
depends=('kodi-x11' 'polkit' 'xorg-server' 'xorg-xinit')
cd "$pkgbase-$pkgver"
@@ -27,6 +28,7 @@ package_kodi-standalone-x11-service() {
package_kodi-standalone-gbm-service() {
depends=('kodi-gbm' 'polkit' 'libinput')
+ provides=('kodi-standalone-service')
cd "$pkgbase-$pkgver"
install -Dm644 init/kodi-gbm.service "$pkgdir/usr/lib/systemd/system/kodi-gbm.service"
@@ -36,6 +38,7 @@ package_kodi-standalone-gbm-service() {
package_kodi-standalone-wayland-service() {
depends=('kodi-wayland' 'polkit' 'libinput' 'cage')
+ provides=('kodi-standalone-service')
cd "$pkgbase-$pkgver"
install -Dm644 init/kodi-wayland.service "$pkgdir/usr/lib/systemd/system/kodi-wayland.service"