diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |