summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6414e858b654..b356a8229f8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 4 13:51:34 UTC 2017
+# Mon Jul 31 01:33:50 UTC 2017
pkgbase = kodi-standalone-service
pkgdesc = Systemd service to run kodi in stand-alone mode without a DE
- pkgver = 1.90
+ pkgver = 1.91
pkgrel = 1
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
@@ -15,8 +15,8 @@ pkgbase = kodi-standalone-service
depends = kodi
depends = polkit
replaces = xbmc-standalone-service
- source = https://github.com/graysky2/kodi-standalone-service/archive/v1.90.tar.gz
- sha256sums = 38ed17b0b8ec5337743ccf86cb4dabde386f1e7f1bd91d5e2b94f1e92312a24c
+ source = https://github.com/graysky2/kodi-standalone-service/archive/v1.91.tar.gz
+ sha256sums = 08a21c0697a2669f2cfc2aaacaa21515068cfd33a7d1b42ce9b2590a996e1329
pkgname = kodi-standalone-service
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" \