summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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"