summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-07-19 12:29:39 -0400
committergraysky2021-07-19 12:29:39 -0400
commitaebca6ab4a05c28e1aeaeb458787a9c83fb4a37a (patch)
tree5680051571380cc375db0f6021977331ac3691ee
parentcf016e897bbc045ccfc85aba2207b0934a81facf (diff)
downloadaur-aebca6ab4a05c28e1aeaeb458787a9c83fb4a37a.tar.gz
Update to 1.132-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f73133d4b26f..92dbd2b190ae 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.132
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = kodi-standalone-service
replaces = kodi-standalone-x11-service
replaces = kodi-standalone-gbm-service
replaces = kodi-standalone-wayland-service
+ backup = etc/conf.d/kodi-standalone
source = kodi-standalone-service-v1.132.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v1.132.tar.gz
b2sums = 29b0ace7b1519f25cf616f6c7aab2534aee2b3af92e702bb4bcaca054d4a1bb606b27c6a030edc6006b05464350eb67ad29de2693a088d0aac4881049e0c33a7
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'