summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31a55620ac82..94b7f281dacb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Dec 5 19:35:14 UTC 2016
+# Wed Feb 22 21:07:41 UTC 2017
pkgbase = kodi-standalone-service
pkgdesc = Systemd service to run kodi in stand-alone mode without a DE
- pkgver = 1.81
- pkgrel = 2
+ pkgver = 1.90
+ pkgrel = 1
url = https://wiki.archlinux.org/index.php/Kodi#Kodi-standalone-service
install = readme.install
arch = x86_64
@@ -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.81.tar.gz
- sha256sums = 06910727cf133aeeb07dbe40dd3c1cf1b2dd2ed71b5d98ae7e9c352e7a59a70c
+ source = https://github.com/graysky2/kodi-standalone-service/archive/v1.90.tar.gz
+ sha256sums = f7db60ba2277317e691fbf7862df2b603b522814bcf6fa02002a06461caa1bad
pkgname = kodi-standalone-service
diff --git a/PKGBUILD b/PKGBUILD
index 6472c9bb92a0..a43c909968a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
# Contributor: Maxime Gauduin <alucryd@gmail.com>
pkgname=kodi-standalone-service
-pkgver=1.81
-pkgrel=2
+pkgver=1.90
+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.
# You have been warned.
@@ -20,7 +20,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=('06910727cf133aeeb07dbe40dd3c1cf1b2dd2ed71b5d98ae7e9c352e7a59a70c')
+sha256sums=('f7db60ba2277317e691fbf7862df2b603b522814bcf6fa02002a06461caa1bad')
package() {
install -Dm644 "$srcdir/$pkgname-$pkgver/init/kodi.service" \