From e757df3bde902e96c09be9c6b4638dafae6b15e8 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 23 Nov 2020 21:52:00 +0100 Subject: [PATCH] rtkit: update to 0.13. --- srcpkgs/rtkit/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/rtkit/template b/srcpkgs/rtkit/template index 9eff8f84e99..b418f54cea7 100644 --- a/srcpkgs/rtkit/template +++ b/srcpkgs/rtkit/template @@ -1,24 +1,21 @@ # Template file for 'rtkit' pkgname=rtkit -version=0.11 -revision=16 +version=0.13 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="dbus-devel libcap-devel" short_desc="Realtime Policy and Watchdog Daemon" maintainer="Orphaned " license="MIT, GPL-3.0-or-later" -homepage="http://git.0pointer.de/?p=rtkit.git" -distfiles="http://0pointer.de/public/${pkgname}-${version}.tar.xz" -checksum=68859108cff6410901502b58365eb7607da37110a06b837762f771735f58acd0 +homepage="https://github.com/heftig/rtkit" +distfiles="https://github.com/heftig/rtkit/releases/download/v${version}/rtkit-${version}.tar.xz" +checksum=a157144cd95cf6d25200e74b74a8f01e4fe51fd421bb63c1f00d471394b640ab system_accounts="rtkit" rtkit_homedir="/proc" post_install() { - # DBus configuration - vinstall ${FILESDIR}/org.freedesktop.RealtimeKit1.xml 644 usr/share/dbus-1/interfaces - sed -n '7,28p' < rtkit.h > LICENSE vlicense LICENSE vsv rtkit