summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2018-06-14 14:16:26 -0400
committergraysky2018-06-14 14:16:26 -0400
commit6e240932181e21fb1e06bb312d5ac2a774905f70 (patch)
tree8b63d3d094fd8361abbad3ee846b1e714a2fc0da /PKGBUILD
parent8cc67e0ee1e58e3b080127ae71cc8335afed8117 (diff)
downloadaur-6e240932181e21fb1e06bb312d5ac2a774905f70.tar.gz
Update to 1.94-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7657c9434816..f6e28ab5c7ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=kodi-standalone-service
-pkgver=1.93
-pkgrel=3
+pkgver=1.94
+pkgrel=1
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.
@@ -13,7 +13,7 @@ depends=('systemd' 'xorg-server' 'xorg-xinit' 'kodi' 'polkit')
replaces=('xbmc-standalone-service')
install=readme.install
source=("https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('da8fa6585b60f47242f1ae4f164f1271726047f99926f8ded3d5103b11708ac4')
+sha256sums=('c2796a8520fbb366263f38df007e9b292a26870e71b7c166465a18e210a90a96')
package() {
install -Dm644 "$srcdir/$pkgname-$pkgver/init/kodi.service" \