summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-02-16 07:21:25 -0500
committergraysky2021-02-16 07:21:25 -0500
commitabbdb1db1ffe5bf3382ceaaead662cdf7fb7a1cb (patch)
tree07f734b121b1a473cbbe811e4ab75306168b004d
parent9fa44b4626216c867c101f03818dd821da1e896d (diff)
downloadaur-abbdb1db1ffe5bf3382ceaaead662cdf7fb7a1cb.tar.gz
Update to 1.124-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b67e975138f..fcb6485a3602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-standalone-service
pkgdesc = Systemd services to run kodi in stand-alone mode without a DE
- pkgver = 1.123
+ pkgver = 1.124
pkgrel = 1
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
@@ -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.123.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v1.123.tar.gz
- b2sums = 1451af12cbb9395a21906f7ba61b81e9c1bae2ae6162a5893a04f663b95cd8cac6bdc561c99fe9a6f408ea0ba145410a0afb4601cf3cd6083dfbe8078fea7de4
+ source = kodi-standalone-service-v1.124.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v1.124.tar.gz
+ b2sums = cf135955440056a57d740edbd0025a86766874f63ec68383dcb7b7805569b63abd590dbe4c1384406e899053494d6380b8cfcb05135dcc585cc24a65f2ed9882
pkgname = kodi-standalone-service
diff --git a/PKGBUILD b/PKGBUILD
index caed97ce856f..a912cbb853d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=kodi-standalone-service
-pkgver=1.123
+pkgver=1.124
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.
@@ -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=('1451af12cbb9395a21906f7ba61b81e9c1bae2ae6162a5893a04f663b95cd8cac6bdc561c99fe9a6f408ea0ba145410a0afb4601cf3cd6083dfbe8078fea7de4')
+b2sums=('cf135955440056a57d740edbd0025a86766874f63ec68383dcb7b7805569b63abd590dbe4c1384406e899053494d6380b8cfcb05135dcc585cc24a65f2ed9882')
package() {
cd "$pkgname-$pkgver"