summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 756a745048c9..3b4b6b350405 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.134
+ pkgver = 1.137
pkgrel = 1
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
@@ -16,7 +16,7 @@ pkgbase = kodi-standalone-service
replaces = kodi-standalone-gbm-service
replaces = kodi-standalone-wayland-service
backup = etc/conf.d/kodi-standalone
- source = kodi-standalone-service-v1.134.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v1.134.tar.gz
- b2sums = a7733c90791a1e343c0d0197e80af490bc8ea16b703c3268a9d05e218659ac35eb5986591eabc6083456155946630ea196001db7ce5cbf506c03963040f4c8ec
+ source = kodi-standalone-service-v1.137.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v1.137.tar.gz
+ b2sums = 7ba4612bd089103b78bdf04838f150c2be023b7ccd9814b9d5d3b2d37a266e0db2a1cbc378254a5ba2c98de5f58193b0acf22c5ac104f91f1c9b614624177610
pkgname = kodi-standalone-service
diff --git a/PKGBUILD b/PKGBUILD
index e4f165536f51..c5ce271346f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: graysky <graysky AT archlinux DOT us>
+# Maintainer: graysky <therealgraysky AT protonmail DOT com>
pkgname=kodi-standalone-service
-pkgver=1.134
+pkgver=1.137
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.
+# This is only for x86_64
+# The kodi-rpi packages for ArchARM provide their own versions of this package
arch=(x86_64)
url="https://github.com/graysky2/kodi-standalone-service"
license=(MIT)
@@ -20,7 +20,7 @@ optdepends=(
'xorg-xwayland: for kodi-wayland.service'
)
source=("$pkgname-v$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
-b2sums=('a7733c90791a1e343c0d0197e80af490bc8ea16b703c3268a9d05e218659ac35eb5986591eabc6083456155946630ea196001db7ce5cbf506c03963040f4c8ec')
+b2sums=('7ba4612bd089103b78bdf04838f150c2be023b7ccd9814b9d5d3b2d37a266e0db2a1cbc378254a5ba2c98de5f58193b0acf22c5ac104f91f1c9b614624177610')
package() {
cd "$pkgname-$pkgver"