summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2017-07-30 21:33:50 -0400
committergraysky2017-07-30 21:33:50 -0400
commit8949705fe8987f0aab88d127e4e93a562f1db345 (patch)
tree69fd5e719317d3a8c824d7c07e65bfbcd92a46f6 /PKGBUILD
parent320cd99cb6e147e69efa011a621581a292d1ba17 (diff)
downloadaur-8949705fe8987f0aab88d127e4e93a562f1db345.tar.gz
Update to 1.91-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c955a1f44ba7..e528616cadba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=kodi-standalone-service
-pkgver=1.90
+pkgver=1.91
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/i686.
@@ -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=('38ed17b0b8ec5337743ccf86cb4dabde386f1e7f1bd91d5e2b94f1e92312a24c')
+sha256sums=('08a21c0697a2669f2cfc2aaacaa21515068cfd33a7d1b42ce9b2590a996e1329')
package() {
install -Dm644 "$srcdir/$pkgname-$pkgver/init/kodi.service" \