summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2018-03-28 13:45:38 -0400
committergraysky2018-03-28 13:45:38 -0400
commit5d81864c94a2f15d002b2a15d6f22cb617e81c07 (patch)
tree11e2f7999b4ff4f7d8829e0e6b7175655345665d
parent44467316189589fe9cb2928bfa21b3fd06e108b2 (diff)
downloadaur-5d81864c94a2f15d002b2a15d6f22cb617e81c07.tar.gz
Update to 1.93-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85cc432ebe04..21af4161dd2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
# Generated by mksrcinfo v8
-# Wed Aug 9 16:33:29 UTC 2017
+# Wed Mar 28 17:45:38 UTC 2018
pkgbase = kodi-standalone-service
pkgdesc = Systemd service to run kodi in stand-alone mode without a DE
pkgver = 1.93
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
arch = x86_64
- arch = i686
license = GPL
depends = systemd
depends = xorg-server
diff --git a/PKGBUILD b/PKGBUILD
index 64267495997a..eaa81c14ed95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=kodi-standalone-service
pkgver=1.93
-pkgrel=1
+pkgrel=2
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.
-arch=('x86_64' 'i686')
+arch=('x86_64')
url="https://github.com/graysky2/kodi-standalone-service"
license=('GPL')
depends=('systemd' 'xorg-server' 'xorg-xinit' 'kodi' 'polkit')