summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df2f34f510fe..17da915536a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kodi-standalone-service
pkgdesc = Systemd services to run kodi in stand-alone mode without a DE
- pkgver = 1.118
- pkgrel = 2
+ pkgver = 1.119
+ pkgrel = 1
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = kodi-standalone-service
replaces = kodi-standalone-x11-service
replaces = kodi-standalone-gbm-service
replaces = kodi-standalone-wayland-service
- source = kodi-standalone-service-v1.118.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v1.118.tar.gz
- b2sums = d38d0aea167e764241ef0695b300ae37cbda7bdf67b8f02f9dd7755dfa9c59a30b8e5a6e911294f727a2b4d3897932b3c6eb658a90d441558f244ec4290fb846
+ source = kodi-standalone-service-v1.119.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v1.119.tar.gz
+ b2sums = 5c166b93f1709c030348054afad9efad9e90882a903e59db28d67e3d30b209eab190f71a3092281abd588d57c1f9e3ef06c522f186d8fbfc477bfcf591c251e8
pkgname = kodi-standalone-service
diff --git a/PKGBUILD b/PKGBUILD
index 2f9d9aaf2d96..a9c244924a9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=kodi-standalone-service
-pkgver=1.118
-pkgrel=2
+pkgver=1.119
+pkgrel=1
pkgdesc="Systemd services 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.
@@ -18,7 +18,7 @@ optdepends=(
'xorg-xinit: for kodi-x11.service'
)
source=("$pkgname-v$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
-b2sums=('d38d0aea167e764241ef0695b300ae37cbda7bdf67b8f02f9dd7755dfa9c59a30b8e5a6e911294f727a2b4d3897932b3c6eb658a90d441558f244ec4290fb846')
+b2sums=('5c166b93f1709c030348054afad9efad9e90882a903e59db28d67e3d30b209eab190f71a3092281abd588d57c1f9e3ef06c522f186d8fbfc477bfcf591c251e8')
package() {
cd "$pkgname-$pkgver"