summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2019-04-29 11:57:02 -0400
committergraysky2019-04-29 11:57:02 -0400
commit1afbdc049bb3f088c15db1af8f96b9737e9ee4e7 (patch)
treecb5fabd85d155937890ccb95b35d976f7b8798d6
parente257f9363607befea4ec505b2c8e865b3a0cf9d1 (diff)
downloadaur-1afbdc049bb3f088c15db1af8f96b9737e9ee4e7.tar.gz
Update to 1.95-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01509e7c89b9..79e678d245f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Apr 29 15:48:10 UTC 2019
+# Mon Apr 29 15:57:02 UTC 2019
pkgbase = kodi-standalone-service
pkgdesc = Systemd service to run kodi in stand-alone mode without a DE
pkgver = 1.95
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
arch = x86_64
@@ -20,5 +20,5 @@ pkgname = kodi-standalone-service
pkgname = kodi-standalone-gbm-service
depends = kodi-gbm
depends = polkit
- depends = libxkbcommon
+ depends = libinput
diff --git a/PKGBUILD b/PKGBUILD
index 589fba512f2e..a9b186811672 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=kodi-standalone-service
pkgname=(kodi-standalone-service kodi-standalone-gbm-service)
pkgver=1.95
-pkgrel=2
+pkgrel=3
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.
@@ -23,7 +23,7 @@ package_kodi-standalone-service() {
}
package_kodi-standalone-gbm-service() {
- depends=('kodi-gbm' 'polkit' 'libxkbcommon')
+ depends=('kodi-gbm' 'polkit' 'libinput')
install -Dm644 "$srcdir/$pkgbase-$pkgver/init/kodi-gbm.service" \
"$pkgdir/usr/lib/systemd/system/kodi-gbm.service"
install -dm 700 "$pkgdir"/var/lib/kodi