summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d7d1443be4f..94b0b026036e 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.107
- pkgrel = 6
+ pkgver = 1.108
+ pkgrel = 1
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = kodi-standalone-service
replaces = kodi-standalone-x11-service
replaces = kodi-standalone-gbm-service
replaces = kodi-standalone-wayland-service
- source = kodi-standalone-service-v1.107.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v1.107.tar.gz
- b2sums = 8e668b77bc70bca8ec8f32e5af8955e6d8c5b96a2dda6f4ff5b11ed3210aa510c22d0813185afe8a38a7f8538f58a899f18403716d18e8c31662da3dbd4e26ae
+ source = kodi-standalone-service-v1.108.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v1.108.tar.gz
+ b2sums = e5f489dd0f2eb11ebea5fbf7dfc11d89344e8109db50385df82bbc78df7b4e44f240b40f005fa012873beb04e1999b203386679797738b3851ace008de523212
pkgname = kodi-standalone-service
diff --git a/PKGBUILD b/PKGBUILD
index a1679d76b3c5..6e20fcf3d87c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=kodi-standalone-service
-pkgver=1.107
-pkgrel=6
+pkgver=1.108
+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.
# You have been warned.
@@ -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=('8e668b77bc70bca8ec8f32e5af8955e6d8c5b96a2dda6f4ff5b11ed3210aa510c22d0813185afe8a38a7f8538f58a899f18403716d18e8c31662da3dbd4e26ae')
+b2sums=('e5f489dd0f2eb11ebea5fbf7dfc11d89344e8109db50385df82bbc78df7b4e44f240b40f005fa012873beb04e1999b203386679797738b3851ace008de523212')
package() {
cd "$pkgname-$pkgver"