summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a69015c7611b..1846e1cfa490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kodi-standalone-service
pkgdesc = Systemd service to run kodi in stand-alone mode without a DE
- pkgver = 1.99
+ pkgver = 1.101
pkgrel = 1
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
arch = x86_64
license = GPL
- source = https://github.com/graysky2/kodi-standalone-service/archive/v1.99.tar.gz
- sha256sums = c89b0c233d6d8820b2a4f5eb2ab251a8147357124bf19a7fb9dbdeb0f8c276d4
+ source = kodi-standalone-service-v1.101.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v1.101.tar.gz
+ sha256sums = 4e92a1d976e84c705e7b5649c1e8d077078e459ec7ced899eb5f047c8ec09410
pkgname = kodi-standalone-service
depends = kodi
diff --git a/PKGBUILD b/PKGBUILD
index 52417173d396..10678f375d6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=kodi-standalone-service
pkgname=(kodi-standalone-service kodi-standalone-gbm-service)
-pkgver=1.99
+pkgver=1.101
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.
@@ -11,8 +11,8 @@ arch=('x86_64')
url="https://github.com/graysky2/kodi-standalone-service"
license=('GPL')
install=readme.install
-source=("https://github.com/graysky2/$pkgbase/archive/v$pkgver.tar.gz")
-sha256sums=('c89b0c233d6d8820b2a4f5eb2ab251a8147357124bf19a7fb9dbdeb0f8c276d4')
+source=("$pkgbase-v$pkgver.tar.gz::https://github.com/graysky2/$pkgbase/archive/v$pkgver.tar.gz")
+sha256sums=('4e92a1d976e84c705e7b5649c1e8d077078e459ec7ced899eb5f047c8ec09410')
package_kodi-standalone-service() {
depends=('kodi' 'polkit' 'xorg-server' 'xorg-xinit')