summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2020-10-19 12:38:32 -0400
committergraysky2020-10-19 12:38:32 -0400
commit94311b1bf6f752060afdaa53b6d592cf736e1fa5 (patch)
tree27390e2d35fdd598084701c462202b8556628b4c
parent02cda12db4a279fe0567dceb83293fc1fb55d71d (diff)
downloadaur-94311b1bf6f752060afdaa53b6d592cf736e1fa5.tar.gz
Update to 1.111-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86383b1d613a..6e1634facdee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-standalone-service
pkgdesc = Systemd services to run kodi in stand-alone mode without a DE
- pkgver = 1.110
+ pkgver = 1.111
pkgrel = 1
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
@@ -8,15 +8,14 @@ pkgbase = kodi-standalone-service
license = MIT
depends = polkit
depends = libinput
- depends = kodi-eventclients
optdepends = cage: for kodi-wayland.service
optdepends = xorg-server: for kodi-x11.service
optdepends = xorg-xinit: for kodi-x11.service
replaces = kodi-standalone-x11-service
replaces = kodi-standalone-gbm-service
replaces = kodi-standalone-wayland-service
- source = kodi-standalone-service-v1.110.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v1.110.tar.gz
- b2sums = a27a882d7750cffb4416d86cbb56dfa409818c6925f511f37d59d225ef66117fbb51219e64c72591a4ce87b9ce3297debf1ad0630a0f8a8241fd999761be25c2
+ source = kodi-standalone-service-v1.111.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v1.111.tar.gz
+ b2sums = 16b192f842cb08a4c8125e76652c3d432edd89bc962384deb17727a3cce51bbd4c47aedb9a232cc02fd100c194f1ab295275d43d56442d432a599be97f062b4e
pkgname = kodi-standalone-service
diff --git a/PKGBUILD b/PKGBUILD
index cbd9a20caade..214d28a15344 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=kodi-standalone-service
-pkgver=1.110
+pkgver=1.111
pkgrel=1
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.
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://github.com/graysky2/kodi-standalone-service"
license=('MIT')
install=readme.install
-depends=('polkit' 'libinput' 'kodi-eventclients')
+depends=('polkit' 'libinput')
replaces=('kodi-standalone-x11-service' 'kodi-standalone-gbm-service' 'kodi-standalone-wayland-service')
optdepends=(
'cage: for kodi-wayland.service'
@@ -18,7 +18,7 @@ optdepends=(
'xorg-xinit: for kodi-x11.service'
)
source=("$pkgname-v$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
-b2sums=('a27a882d7750cffb4416d86cbb56dfa409818c6925f511f37d59d225ef66117fbb51219e64c72591a4ce87b9ce3297debf1ad0630a0f8a8241fd999761be25c2')
+b2sums=('16b192f842cb08a4c8125e76652c3d432edd89bc962384deb17727a3cce51bbd4c47aedb9a232cc02fd100c194f1ab295275d43d56442d432a599be97f062b4e')
package() {
cd "$pkgname-$pkgver"